mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
update electron (#3431)
This commit is contained in:
parent
030f5f59f1
commit
415b279fa0
4 changed files with 24 additions and 15 deletions
|
|
@ -10,7 +10,9 @@ function createWindow() {
|
|||
height: 600,
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
worldSafeExecuteJavaScript: true
|
||||
worldSafeExecuteJavaScript: true,
|
||||
sandbox: false,
|
||||
contextIsolation: false
|
||||
}
|
||||
});
|
||||
mainWindow.loadURL(`file://${__dirname}/electron-index.html`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue