mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Rename typescript.suggestions.enabled to typescript.suggest.enabled to be more consistent with other extensions
This commit is contained in:
@@ -66,5 +66,5 @@
|
||||
"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.suggestions.enabled": "Enabled/disable autocomplete suggestions based on TypeScript"
|
||||
"typescript.suggest.enabled": "Enabled/disable autocomplete suggestions."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user