Add Setting to Enable JavaScript TypeChecking Checking in Implicit Projects (#25116)

* Add Setting to Enable JavaScript TypeChecking Checking in Implicit Projects

Fixes #25113

Adds new setting to enable js typechecking in implicit projects

// cc @mhegazy

* Make sure we update config after changing settings

* Update wording
This commit is contained in:
Matt Bierner
2017-04-21 13:57:23 -07:00
committed by GitHub
parent 743679c37f
commit a1677b57b0
3 changed files with 47 additions and 18 deletions

View File

@@ -295,6 +295,11 @@
"type": "boolean",
"default": true,
"description": "%jsDocCompletion.enabled%"
},
"javascript.implicitProjectConfig.checkJs": {
"type": "boolean",
"default": false,
"description": "%javascript.implicitProjectConfig.checkJs%"
}
}
},