Rename typescript.suggestions.enabled to typescript.suggest.enabled to be more consistent with other extensions

This commit is contained in:
Matt Bierner
2018-09-10 13:52:01 -07:00
parent 937cbc186b
commit 98894ae9ba
3 changed files with 6 additions and 6 deletions

View File

@@ -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."
}