We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99099b0 commit acbb164Copy full SHA for acbb164
arduino-ide-extension/src/browser/theia/debug/debug-session-manager.ts
@@ -62,4 +62,9 @@ export class DebugSessionManager extends TheiaDebugSessionManager {
62
}
63
);
64
65
+ // TODO: remove as https://github.com/eclipse-theia/theia/issues/10164 is fixed
66
+ async terminateSessions(): Promise<void> {
67
+ await super.terminateSessions();
68
+ this.destroy(this.currentSession?.id);
69
+ }
70
0 commit comments