mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
Electron v2.0.0 (#48290)
* Update to Electron 2.0-beta.7 * back to exploration build * fix compile errors * workaround build issue (go back to 1.24.0) * bump to 1.25.0 * use electron 2.0.2 * revert custom distro
This commit is contained in:
@@ -190,7 +190,7 @@ function showContextMenu(e) {
|
||||
}));
|
||||
}
|
||||
|
||||
menu.popup(remote.getCurrentWindow());
|
||||
menu.popup({ window: remote.getCurrentWindow() });
|
||||
}
|
||||
|
||||
export function startup(data: ProcessExplorerData): void {
|
||||
|
||||
Reference in New Issue
Block a user