mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 06:51:53 +01:00
revert electron 2.0.x update
This commit is contained in:
@@ -190,7 +190,7 @@ function showContextMenu(e) {
|
||||
}));
|
||||
}
|
||||
|
||||
menu.popup({ window: remote.getCurrentWindow() });
|
||||
menu.popup(remote.getCurrentWindow());
|
||||
}
|
||||
|
||||
export function startup(data: ProcessExplorerData): void {
|
||||
|
||||
Reference in New Issue
Block a user