Skip to content

Commit 3946598

Browse files
authored
1 parent 5233f3b commit 3946598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/debug/browser/debugCommands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ async function navigateCallStack(debugService: IDebugService, down: boolean) {
224224
}
225225

226226
if (nextVisibleFrame) {
227-
debugService.focusStackFrame(nextVisibleFrame);
227+
debugService.focusStackFrame(nextVisibleFrame, undefined, undefined, { preserveFocus: false });
228228
}
229229
}
230230
}

0 commit comments

Comments
 (0)