mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
fix bad reload call
This commit is contained in:
@@ -68,7 +68,7 @@ export class Driver implements IDriver, IWindowDriverRegistry {
|
||||
|
||||
const window = this.windowsService.getWindowById(windowId);
|
||||
this.reloadingWindowIds.add(windowId);
|
||||
window.reload();
|
||||
this.windowsService.reload(window);
|
||||
}
|
||||
|
||||
async dispatchKeybinding(windowId: number, keybinding: string): TPromise<void> {
|
||||
|
||||
Reference in New Issue
Block a user