Turn syntax based folding on by default for TS 2.8

This commit is contained in:
Matt Bierner
2018-03-26 13:41:16 -07:00
parent 7db6419d78
commit cb16bf9308
2 changed files with 2 additions and 2 deletions

View File

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