You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/typescript-language-features/package.nls.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@
45
45
"javascript.implicitProjectConfig.checkJs": "Enable/disable semantic checking of JavaScript files. Existing jsconfig.json or tsconfig.json files override this setting. Requires using TypeScript 2.3.1 or newer in the workspace.",
46
46
"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.",
47
47
"typescript.check.npmIsInstalled": "Check if NPM is installed for Automatic Type Acquisition.",
48
-
"configuration.suggest.names": "Enable/disable including unique names from the file in JavaScript suggestions.",
48
+
"configuration.suggest.names": "Enable/disable including unique names from the file in JavaScript suggestions. Note that name suggestions are always disabled in JavaScript code that is semantically checked using `@ts-check` or `checkJs`.",
49
49
"typescript.tsc.autoDetect": "Controls auto detection of tsc tasks.",
50
50
"typescript.tsc.autoDetect.off": "Disable this feature.",
51
51
"typescript.tsc.autoDetect.on": "Create both build and watch tasks.",
0 commit comments