Merge branch 'main' into hoverlimit

This commit is contained in:
Gabriela Araujo Britto
2025-05-07 11:35:35 -07:00
committed by GitHub
369 changed files with 6129 additions and 2584 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,
@@ -823,20 +809,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,
@@ -1424,13 +1396,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",
@@ -1462,12 +1427,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",