We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f3a09 commit e0cdfa5Copy full SHA for e0cdfa5
1 file changed
src/vs/platform/windows/electron-main/windows.ts
@@ -108,7 +108,7 @@ export interface IWindowsMainService {
108
focusLastActive(cli: ParsedArgs, context: OpenContext): ICodeWindow;
109
getLastActiveWindow(): ICodeWindow | undefined;
110
waitForWindowCloseOrLoad(windowId: number): Promise<void>;
111
- openEmptyWindow(context: OpenContext, options?: { reuse?: boolean, remoteAuthority?: string}): ICodeWindow[];
+ openEmptyWindow(context: OpenContext, options?: { reuse?: boolean, remoteAuthority?: string }): ICodeWindow[];
112
openNewTabbedWindow(context: OpenContext): ICodeWindow[];
113
openExternal(url: string): Promise<boolean>;
114
sendToFocused(channel: string, ...args: any[]): void;
0 commit comments