Remove old TS surveys setting

This hasn't been used for a while
This commit is contained in:
Matt Bierner
2025-03-03 11:11:46 -08:00
parent 54b12e5ec8
commit 40113edcfe
2 changed files with 0 additions and 7 deletions

View File

@@ -1301,12 +1301,6 @@
"description": "%typescript.suggest.enabled%",
"scope": "language-overridable"
},
"typescript.surveys.enabled": {
"type": "boolean",
"default": true,
"description": "%configuration.surveys.enabled%",
"scope": "window"
},
"typescript.tsserver.useSeparateSyntaxServer": {
"type": "boolean",
"default": true,

View File

@@ -164,7 +164,6 @@
"typescript.updateImportsOnFileMove.enabled.never": "Never rename paths and don't prompt.",
"typescript.autoClosingTags": "Enable/disable automatic closing of JSX tags.",
"typescript.suggest.enabled": "Enabled/disable autocomplete suggestions.",
"configuration.surveys.enabled": "Enabled/disable occasional surveys that help us improve VS Code's JavaScript and TypeScript support.",
"configuration.suggest.completeJSDocs": "Enable/disable suggestion to complete JSDoc comments.",
"configuration.tsserver.useVsCodeWatcher": "Use VS Code's file watchers instead of TypeScript's. Requires using TypeScript 5.4+ in the workspace.",
"configuration.tsserver.useVsCodeWatcher.deprecation": "Please use the `#typescript.tsserver.watchOptions#` setting instead.",