Re-enable building VS Code with TS 3.7 (#82289)

* Re-enable building VS Code with TS 3.7

Reverts 5b0cdadc87

Blocked from check in due to https://github.com/microsoft/TypeScript/issues/33936

* update d.ts for ts 3.7
This commit is contained in:
Matt Bierner
2019-10-17 14:14:20 -07:00
committed by GitHub
parent 9c0eaf760f
commit 9d125dd690
8 changed files with 24 additions and 44 deletions

View File

@@ -42,7 +42,7 @@
"request": "^2.85.0",
"terser": "4.3.8",
"tslint": "^5.9.1",
"typescript": "3.6.2",
"typescript": "3.7.0-dev.20191017",
"vsce": "1.48.0",
"vscode-telemetry-extractor": "^1.5.4",
"xml2js": "^0.4.17"