mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Build VS Code using TS 3.6
Fixes #80079 Updates our build to use TS 3.6. Fixes a few changes to dom apis and adds a monkey patch for the node typings break in 3.6
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
"request": "^2.85.0",
|
||||
"terser": "^4.2.1",
|
||||
"tslint": "^5.9.1",
|
||||
"typescript": "3.5.2",
|
||||
"typescript": "3.6.2",
|
||||
"vsce": "1.48.0",
|
||||
"vscode-telemetry-extractor": "^1.5.4",
|
||||
"xml2js": "^0.4.17"
|
||||
|
||||
Reference in New Issue
Block a user