Update to use node 12 typings (#85578)

* Update to use node 12 typings

Fixes #82514

* Revert es6 promise changes

This gets us back to having the duplicate indentifier errors

* exclude es6-promise from vscode compile
This commit is contained in:
Matt Bierner
2019-12-17 13:40:04 -08:00
committed by GitHub
parent 043da28dda
commit ee0960b25b
10 changed files with 19 additions and 13 deletions

View File

@@ -24,6 +24,7 @@
"./vs"
],
"exclude": [
"./typings/es6-promise.d.ts",
"./typings/require-monaco.d.ts",
"./typings/xterm.d.ts",
"./typings/xterm-addon-search.d.ts",