mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Remove a few deprecated settings for js/ts
These settings have been marked deprecated for a while
This commit is contained in:
@@ -278,26 +278,12 @@
|
||||
],
|
||||
"scope": "window"
|
||||
},
|
||||
"javascript.implicitProjectConfig.checkJs": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"markdownDescription": "%configuration.implicitProjectConfig.checkJs%",
|
||||
"markdownDeprecationMessage": "%configuration.javascript.checkJs.checkJs.deprecation%",
|
||||
"scope": "window"
|
||||
},
|
||||
"js/ts.implicitProjectConfig.checkJs": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"markdownDescription": "%configuration.implicitProjectConfig.checkJs%",
|
||||
"scope": "window"
|
||||
},
|
||||
"javascript.implicitProjectConfig.experimentalDecorators": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"markdownDescription": "%configuration.implicitProjectConfig.experimentalDecorators%",
|
||||
"markdownDeprecationMessage": "%configuration.javascript.checkJs.experimentalDecorators.deprecation%",
|
||||
"scope": "window"
|
||||
},
|
||||
"js/ts.implicitProjectConfig.experimentalDecorators": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
@@ -817,20 +803,6 @@
|
||||
"markdownDescription": "%typescript.preferences.preferTypeOnlyAutoImports%",
|
||||
"scope": "resource"
|
||||
},
|
||||
"javascript.preferences.renameShorthandProperties": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%typescript.preferences.useAliasesForRenames%",
|
||||
"deprecationMessage": "%typescript.preferences.renameShorthandProperties.deprecationMessage%",
|
||||
"scope": "language-overridable"
|
||||
},
|
||||
"typescript.preferences.renameShorthandProperties": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%typescript.preferences.useAliasesForRenames%",
|
||||
"deprecationMessage": "%typescript.preferences.renameShorthandProperties.deprecationMessage%",
|
||||
"scope": "language-overridable"
|
||||
},
|
||||
"javascript.preferences.useAliasesForRenames": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
@@ -1418,13 +1390,6 @@
|
||||
"description": "%configuration.tsserver.web.typeAcquisition.enabled%",
|
||||
"scope": "window"
|
||||
},
|
||||
"typescript.tsserver.useSeparateSyntaxServer": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%configuration.tsserver.useSeparateSyntaxServer%",
|
||||
"markdownDeprecationMessage": "%configuration.tsserver.useSeparateSyntaxServer.deprecation%",
|
||||
"scope": "window"
|
||||
},
|
||||
"typescript.tsserver.useSyntaxServer": {
|
||||
"type": "string",
|
||||
"scope": "window",
|
||||
@@ -1456,12 +1421,6 @@
|
||||
"experimental"
|
||||
]
|
||||
},
|
||||
"typescript.tsserver.experimental.useVsCodeWatcher": {
|
||||
"type": "boolean",
|
||||
"description": "%configuration.tsserver.useVsCodeWatcher%",
|
||||
"deprecationMessage": "%configuration.tsserver.useVsCodeWatcher.deprecation%",
|
||||
"default": true
|
||||
},
|
||||
"typescript.tsserver.watchOptions": {
|
||||
"description": "%configuration.tsserver.watchOptions%",
|
||||
"scope": "window",
|
||||
|
||||
Reference in New Issue
Block a user