Selaa lähdekoodia

added folding

added basic folding to the arguments of the editor.
Andrew Butt 8 vuotta sitten
vanhempi
commit
48b6714f4a
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      Playground/js/index.js

+ 2 - 1
Playground/js/index.js

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