Browse Source

Merge pull request #2658 from Pryme8/patch-1

added folding
David Catuhe 8 years ago
parent
commit
0b4189fb59
1 changed files with 2 additions and 1 deletions
  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();