mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
test-electron: don't throttle when in background
This commit is contained in:
@@ -24,7 +24,10 @@ app.on('ready', () => {
|
||||
const win = new BrowserWindow({
|
||||
height: 600,
|
||||
width: 800,
|
||||
webPreferences: { webSecurity: false }
|
||||
webPreferences: {
|
||||
backgroundThrottling: false,
|
||||
webSecurity: false
|
||||
}
|
||||
});
|
||||
|
||||
win.webContents.on('did-finish-load', () => {
|
||||
|
||||
Reference in New Issue
Block a user