Rename javascript.nameSuggestions to javascript.suggest.names

Bring this setting name inline with other suggestions settings

Part of #58385
This commit is contained in:
Matt Bierner
2018-09-10 14:35:24 -07:00
parent ae7035dbbf
commit 2d4a98842b
3 changed files with 13 additions and 3 deletions

View File

@@ -42,6 +42,8 @@
"typescript.npm": "Specifies the path to the NPM executable used for Automatic Type Acquisition. Requires using TypeScript 2.3.4 or newer in the workspace.",
"typescript.check.npmIsInstalled": "Check if NPM is installed for Automatic Type Acquisition.",
"javascript.nameSuggestions": "Enable/disable including unique names from the file in JavaScript suggestion lists.",
"javascript.nameSuggestions.deprecationMessage": "Please use the new `javascript.suggest.names` setting.",
"configuration.suggest.names": "Enable/disable including unique names from the file in JavaScript suggestions.",
"typescript.tsc.autoDetect": "Controls auto detection of tsc tasks.",
"typescript.tsc.autoDetect.off": "Disable this feature.",
"typescript.tsc.autoDetect.on": "Create both build and watch tasks.",