Make use of TS 2.0.6 optional

This commit is contained in:
Dirk Baeumer
2016-10-13 21:52:32 +02:00
parent b43b1084bf
commit 67af291986
12 changed files with 1873 additions and 2007 deletions

View File

@@ -11,9 +11,10 @@
"vscode": "*"
},
"dependencies": {
"semver": "4.3.6",
"vscode-extension-telemetry": "^0.0.5",
"vscode-nls": "^2.0.1",
"typescript": "^2.0.6-insiders.20161007"
"typescript": "2.0.3"
},
"scripts": {
"postinstall": "node ./bin/postinstall",
@@ -77,6 +78,11 @@
"default": null,
"description": "%typescript.tsdk.desc%"
},
"typescript.experimentalAutomaticTypeAcquisition": {
"type": "boolean",
"default": false,
"description": "%typescript.experimentalAutomaticTypeAcquisition.desc%"
},
"typescript.check.workspaceVersion" :{
"type": "boolean",
"default": true,