Disable syntax based folding again by default for stable

This commit is contained in:
Matt Bierner
2018-04-26 10:54:34 -07:00
parent 0dfeec2eef
commit 2f86e30e96

View File

@@ -411,7 +411,7 @@
},
"typescript.experimental.syntaxFolding": {
"type": "boolean",
"default": true,
"default": false,
"description": "%typescript.experimental.syntaxFolding%"
},
"javascript.suggestionActions.enabled": {