debug: support canceling requests

fixes #80374
This commit is contained in:
isidor
2019-09-12 18:01:51 +02:00
parent f6df256c60
commit 4285736fe8
5 changed files with 29 additions and 12 deletions

View File

@@ -378,7 +378,6 @@ class ExtensionHostDebugAdapter extends AbstractDebugAdapter {
}
public stopSession(): Promise<void> {
this.cancelPending();
return Promise.resolve(this._proxy.$stopDASession(this._handle));
}
}