提交 f837fd2f 编写于 作者: A Andre Weinand

fix tracker problem on restart; fixes #63529

上级 115ea4af
......@@ -43,6 +43,7 @@ export class MainThreadDebugService implements MainThreadDebugServiceShape, IDeb
}));
this._toDispose.push(debugService.onDidEndSession(session => {
this._proxy.$acceptDebugSessionTerminated(this.getSessionDto(session));
this._sessions.delete(session.getId());
}));
this._toDispose.push(debugService.getViewModel().onDidFocusSession(session => {
this._proxy.$acceptDebugSessionActiveChanged(this.getSessionDto(session));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册