mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Disable syntax based folding again by default for stable
This commit is contained in:
@@ -411,7 +411,7 @@
|
||||
},
|
||||
"typescript.experimental.syntaxFolding": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"default": false,
|
||||
"description": "%typescript.experimental.syntaxFolding%"
|
||||
},
|
||||
"javascript.suggestionActions.enabled": {
|
||||
|
||||
Reference in New Issue
Block a user