mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
enable automatic typings acquisition by default
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
},
|
||||
"typescript.experimentalAutomaticTypeAcquisition": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"default": true,
|
||||
"description": "%typescript.experimentalAutomaticTypeAcquisition%"
|
||||
},
|
||||
"typescript.check.workspaceVersion": {
|
||||
|
||||
Reference in New Issue
Block a user