Skip to content

Commit 3297348

Browse files
committed
1 parent 8f16a02 commit 3297348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export class BreakpointWidget extends ZoneWidget implements IPrivateBreakpointWi
161161
}));
162162
this.input.setPosition({ lineNumber: 1, column: this.input.getModel().getLineMaxColumn(1) });
163163
// Due to an electron bug we have to do the timeout, otherwise we do not get focus
164-
setTimeout(() => this.input.focus(), 100);
164+
setTimeout(() => this.input.focus(), 150);
165165
}
166166

167167
public close(success: boolean): void {

0 commit comments

Comments
 (0)