mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Rename javascript.nameSuggestions to javascript.suggest.names
Bring this setting name inline with other suggestions settings Part of #58385
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user