提交 220bff27 编写于 作者: I isidor

debug: workaround out of precaustion end intiialising state when adapter ends

fixes #62346
上级 784750fb
...@@ -527,6 +527,7 @@ export class DebugService implements IDebugService { ...@@ -527,6 +527,7 @@ export class DebugService implements IDebugService {
); );
} }
session.shutdown(); session.shutdown();
this.endInitializingState();
this._onDidEndSession.fire(session); this._onDidEndSession.fire(session);
const focusedSession = this.viewModel.focusedSession; const focusedSession = this.viewModel.focusedSession;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册