Add setting to disable NPM Not installed error (#25112)

Adds a new setting to disable the npm not installed warning that we show when ATA fails

Fixes #25063
This commit is contained in:
Matt Bierner
2017-04-21 14:19:25 -07:00
committed by GitHub
parent a1677b57b0
commit 51f3f10e36
3 changed files with 51 additions and 8 deletions

View File

@@ -33,5 +33,6 @@
"typescript.openTsServerLog.title": "Open TS Server log file",
"typescript.selectTypeScriptVersion.title": "Select TypeScript Version",
"jsDocCompletion.enabled": "Enable/disable auto JSDoc comments",
"javascript.implicitProjectConfig.checkJs": "Enable/disable semantic checking of JavaScript files. Existing jsconfig.json or tsconfig.json files override this setting. Requires TypeScript >=2.3.1."
"javascript.implicitProjectConfig.checkJs": "Enable/disable semantic checking of JavaScript files. Existing jsconfig.json or tsconfig.json files override this setting. Requires TypeScript >=2.3.1.",
"typescript.check.npmIsInstalled": "Check if NPM is installed for automatic typings acquisition"
}