mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
fix debug UI doesn't cleanup spinners on debug session end
fixes #80402
This commit is contained in:
@@ -378,6 +378,7 @@ class ExtensionHostDebugAdapter extends AbstractDebugAdapter {
|
||||
}
|
||||
|
||||
public stopSession(): Promise<void> {
|
||||
this.cancelPending();
|
||||
return Promise.resolve(this._proxy.$stopDASession(this._handle));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user