enable automatic typings acquisition by default

This commit is contained in:
kieferrm
2016-10-24 17:10:08 -07:00
parent e0f3e5134d
commit f94ebcf2d0
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@
},
"typescript.experimentalAutomaticTypeAcquisition": {
"type": "boolean",
"default": false,
"default": true,
"description": "%typescript.experimentalAutomaticTypeAcquisition%"
},
"typescript.check.workspaceVersion": {