提交 82ca6ba8 编写于 作者: M Matt Bierner

document that `suggest.names` doesn't work with checkjs

Fixes #81895
上级 cbda1fde
...@@ -475,7 +475,7 @@ ...@@ -475,7 +475,7 @@
"javascript.suggest.names": { "javascript.suggest.names": {
"type": "boolean", "type": "boolean",
"default": true, "default": true,
"description": "%configuration.suggest.names%", "markdownDescription": "%configuration.suggest.names%",
"scope": "resource" "scope": "resource"
}, },
"typescript.tsc.autoDetect": { "typescript.tsc.autoDetect": {
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
"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.", "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.",
"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.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.", "typescript.check.npmIsInstalled": "Check if NPM is installed for Automatic Type Acquisition.",
"configuration.suggest.names": "Enable/disable including unique names from the file in JavaScript suggestions.", "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`.",
"typescript.tsc.autoDetect": "Controls auto detection of tsc tasks.", "typescript.tsc.autoDetect": "Controls auto detection of tsc tasks.",
"typescript.tsc.autoDetect.off": "Disable this feature.", "typescript.tsc.autoDetect.off": "Disable this feature.",
"typescript.tsc.autoDetect.on": "Create both build and watch tasks.", "typescript.tsc.autoDetect.on": "Create both build and watch tasks.",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册