mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
Re-enable syntax based folding for js/ts by default in insiders
This commit is contained in:
@@ -412,7 +412,7 @@
|
||||
},
|
||||
"typescript.experimental.syntaxFolding": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"default": true,
|
||||
"description": "%typescript.experimental.syntaxFolding%"
|
||||
},
|
||||
"javascript.suggestionActions.enabled": {
|
||||
|
||||
Reference in New Issue
Block a user