mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Move format / validate enable to window settings
There is currently not clean way to register these provides on a resource specific level so they must live in the window settings
This commit is contained in:
@@ -170,13 +170,13 @@
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%typescript.validate.enable%",
|
||||
"scope": "resource"
|
||||
"scope": "window"
|
||||
},
|
||||
"typescript.format.enable": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%typescript.format.enable%",
|
||||
"scope": "resource"
|
||||
"scope": "window"
|
||||
},
|
||||
"typescript.format.insertSpaceAfterCommaDelimiter": {
|
||||
"type": "boolean",
|
||||
@@ -272,13 +272,13 @@
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%javascript.validate.enable%",
|
||||
"scope": "resource"
|
||||
"scope": "window"
|
||||
},
|
||||
"javascript.format.enable": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%javascript.format.enable%",
|
||||
"scope": "resource"
|
||||
"scope": "window"
|
||||
},
|
||||
"javascript.format.insertSpaceAfterCommaDelimiter": {
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user