Browse Source

added folding

added basic folding to the arguments of the editor.
Andrew Butt 8 năm trước cách đây
mục cha
commit
48b6714f4a
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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();