document that suggest.names doesn't work with checkjs

Fixes #81895
This commit is contained in:
Matt Bierner 2019-10-19 16:19:23 -07:00
parent cbda1fdeb7
commit 82ca6ba87f
2 changed files with 2 additions and 2 deletions

View file

@ -475,7 +475,7 @@
"javascript.suggest.names": {
"type": "boolean",
"default": true,
"description": "%configuration.suggest.names%",
"markdownDescription": "%configuration.suggest.names%",
"scope": "resource"
},
"typescript.tsc.autoDetect": {

View file

@ -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.",
"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.",
"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.off": "Disable this feature.",
"typescript.tsc.autoDetect.on": "Create both build and watch tasks.",