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 39d5c3b commit 846d9c0Copy full SHA for 846d9c0
src/views/live-watch/live-watch.ts
@@ -79,7 +79,7 @@ export class LiveWatchTreeDataProvider implements vscode.TreeDataProvider<LiveWa
79
// Clearing active session on closing the session
80
const onWillStopSession = tracker.onWillStopSession(async (session) => {
81
if (this.activeSession?.session.id && this.activeSession?.session.id === session.session.id) {
82
- this._activeSession = undefined;
+ this._activeSession = undefined;
83
}
84
await this.refresh();
85
await this.save();
0 commit comments