fix debug UI doesn't cleanup spinners on debug session end

fixes #80402
This commit is contained in:
isidor
2019-09-12 16:37:19 +02:00
parent e490d7cf56
commit f17f3f4cb7
2 changed files with 17 additions and 15 deletions

View File

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