Merge pull request #242500 from mjbvz/entire-bison

Remove old TS surveys setting
This commit is contained in:
Matt Bierner
2025-03-25 10:57:07 -07:00
committed by GitHub
2 changed files with 0 additions and 7 deletions
@@ -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,
@@ -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.",