mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
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:
@@ -295,6 +295,11 @@
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%jsDocCompletion.enabled%"
|
||||
},
|
||||
"javascript.implicitProjectConfig.checkJs": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "%javascript.implicitProjectConfig.checkJs%"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user