Explorar o código

Merge pull request #2658 from Pryme8/patch-1

added folding
David Catuhe %!s(int64=8) %!d(string=hai) anos
pai
achega
0b4189fb59
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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();