瀏覽代碼

added folding

added basic folding to the arguments of the editor.
Andrew Butt 8 年之前
父節點
當前提交
48b6714f4a
共有 1 個文件被更改,包括 2 次插入1 次删除
  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();