Remove typescript.suggest.includeCompletionsWithSnippetText setting (#171098)

Fixes #171091

This setting controls TS Server's behavior and should not be exposed directly. Instead you can use the `includeCompletionsForImportStatements` and  `suggest.classMemberSnippets.enabled` settings to enable/disable individual types of completions
This commit is contained in:
Matt Bierner
2023-01-11 12:09:32 -08:00
committed by GitHub
parent b2b0642c45
commit 95f9599d16
3 changed files with 1 additions and 8 deletions

View File

@@ -400,12 +400,6 @@
"description": "%configuration.suggest.includeCompletionsForImportStatements%",
"scope": "resource"
},
"typescript.suggest.includeCompletionsWithSnippetText": {
"type": "boolean",
"default": true,
"description": "%configuration.suggest.includeCompletionsWithSnippetText%",
"scope": "resource"
},
"typescript.reportStyleChecksAsWarnings": {
"type": "boolean",
"default": true,