We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f16a02 commit 3297348Copy full SHA for 3297348
1 file changed
src/vs/workbench/contrib/debug/browser/breakpointWidget.ts
@@ -161,7 +161,7 @@ export class BreakpointWidget extends ZoneWidget implements IPrivateBreakpointWi
161
}));
162
this.input.setPosition({ lineNumber: 1, column: this.input.getModel().getLineMaxColumn(1) });
163
// Due to an electron bug we have to do the timeout, otherwise we do not get focus
164
- setTimeout(() => this.input.focus(), 100);
+ setTimeout(() => this.input.focus(), 150);
165
}
166
167
public close(success: boolean): void {
0 commit comments