in src/Controller.ts [111:116]
public onDidStopBootApp(session: vscode.DebugSession): void { const app = this._manager.getAppBySession(session); if (app) { this._setState(app, AppState.INACTIVE); } }