Remove a few deprecated settings for js/ts

These settings have been marked deprecated for a while
This commit is contained in:
Matt Bierner
2025-05-07 10:24:23 -07:00
parent fa00def553
commit 8067943119
4 changed files with 3 additions and 51 deletions

View File

@@ -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",