mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Enable enabling js/ts.implicitProjectConfig.checkJs by default (#149660)
Fixes #149659
This commit is contained in:
@@ -686,7 +686,7 @@
|
||||
},
|
||||
"js/ts.implicitProjectConfig.checkJs": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"default": true,
|
||||
"markdownDescription": "%configuration.implicitProjectConfig.checkJs%",
|
||||
"scope": "window"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user