mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
debt - port over some electron6 changes
This commit is contained in:
@@ -54,7 +54,11 @@ export class ProxyAuthHandler {
|
||||
width: 450,
|
||||
height: 220,
|
||||
show: true,
|
||||
title: 'VS Code'
|
||||
title: 'VS Code',
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
webviewTag: true
|
||||
}
|
||||
};
|
||||
|
||||
const focusedWindow = this.windowsMainService.getFocusedWindow();
|
||||
|
||||
Reference in New Issue
Block a user