mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
debt - port over some electron6 changes
This commit is contained in:
@@ -113,7 +113,9 @@ app.on('ready', () => {
|
||||
show: false,
|
||||
webPreferences: {
|
||||
backgroundThrottling: false,
|
||||
webSecurity: false
|
||||
nodeIntegration: true,
|
||||
webSecurity: false,
|
||||
webviewTag: true
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user