Re-enable syntax based folding for js/ts by default in insiders

This commit is contained in:
Matt Bierner
2018-05-10 13:58:11 -07:00
parent 49170e54b1
commit 12323264c1

View File

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