浏览代码

Merge pull request #2658 from Pryme8/patch-1

added folding
David Catuhe 8 年之前
父节点
当前提交
0b4189fb59
共有 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();