mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user