mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Make use of TS 2.0.6 optional
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user