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

@@ -105,6 +105,11 @@
"default": true,
"description": "%typescript.check.tscVersion%"
},
"typescript.check.npmIsInstalled": {
"type": "boolean",
"default": true,
"description": "%typescript.check.npmIsInstalled%"
},
"typescript.referencesCodeLens.enabled": {
"type": "boolean",
"default": false,