提交 1fa8c2f1 编写于 作者: I isidor

fix focusWindowOnBreak

上级 466e5ef6
......@@ -675,7 +675,7 @@ export class DebugSession implements IDebugSession {
this.viewletService.openViewlet(VIEWLET_ID);
}
if (this.configurationService.getValue<boolean>('debug.autoFocusEditor')) {
if (this.configurationService.getValue<IDebugConfiguration>('debug').focusWindowOnBreak) {
this.windowService.focusWindow();
}
}
......
......@@ -440,6 +440,7 @@ export interface IDebugConfiguration {
lineHeight: number;
wordWrap: boolean;
};
focusWindowOnBreak: boolean;
}
export interface IGlobalConfig {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册