mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
New config to turn off TypeScript autocomplete suggestions (#58011)
* New config to turn off TypeScript autocomplete suggestions * add missing semicolon * Exclude everything, even name suggestions, when suggestions disabled
This commit is contained in:
committed by
Matt Bierner
parent
d140d23129
commit
b9dbeb90d1
@@ -65,5 +65,6 @@
|
||||
"typescript.updateImportsOnFileMove.enabled.prompt": "Prompt on each rename.",
|
||||
"typescript.updateImportsOnFileMove.enabled.always": "Always update paths automatically.",
|
||||
"typescript.updateImportsOnFileMove.enabled.never": "Never rename paths and don't prompt.",
|
||||
"typescript.autoClosingTags": "Enable/disable automatic closing of JSX tags. Requires using TypeScript 3.0 or newer in the workspace."
|
||||
"typescript.autoClosingTags": "Enable/disable automatic closing of JSX tags. Requires using TypeScript 3.0 or newer in the workspace.",
|
||||
"typescript.suggestions.enabled": "Enabled/disable autocomplete suggestions based on TypeScript"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user