mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
Use 2018 as target for extensions since we are now running on node 10
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2017",
|
||||
"target": "es2018",
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
"es6",
|
||||
"es2015.promise"
|
||||
],
|
||||
"strict": true,
|
||||
"alwaysStrict": true,
|
||||
"noImplicitAny": true,
|
||||
|
||||
@@ -157,8 +157,7 @@ class GetErrRequest {
|
||||
};
|
||||
|
||||
client.executeAsync('geterr', args, _token.token)
|
||||
.catch(() => true)
|
||||
.then(() => {
|
||||
.finally(() => {
|
||||
if (this._done) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user