mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
sandbox - configure nativeWindowOpen:true
This matches the behaviour of sandboxed Electron renderers.
This commit is contained in:
@@ -60,7 +60,8 @@ export class ProxyAuthHandler extends Disposable {
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
webviewTag: true,
|
||||
enableWebSQL: false
|
||||
enableWebSQL: false,
|
||||
nativeWindowOpen: true
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user