Skip to content

Commit f652102

Browse files
committed
1 parent 8a499f7 commit f652102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/parts/debug/electron-browser/debugService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ export class DebugService implements IDebugService {
419419
private launchOrAttachToSession(session: IDebugSession, focus = true): TPromise<void> {
420420
const dbgr = this.configurationManager.getDebugger(session.configuration.type);
421421
return session.initialize(dbgr).then(() => {
422-
session.launchOrAttach(session.configuration).then(() => {
422+
return session.launchOrAttach(session.configuration).then(() => {
423423
if (focus) {
424424
this.focusStackFrame(undefined, undefined, session);
425425
}

0 commit comments

Comments
 (0)