Bläddra i källkod

Merge pull request #2658 from Pryme8/patch-1

added folding
David Catuhe 8 år sedan
förälder
incheckning
0b4189fb59
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      Playground/js/index.js

+ 2 - 1
Playground/js/index.js

@@ -965,7 +965,8 @@
                         automaticLayout: true,
                         readOnly: false,
                         theme: "vs",
-                        contextmenu: false
+                        contextmenu: false,
+                        folding: true
                     });
 
                     run();