mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
chore: bump electron@7.3.0
This commit is contained in:
@@ -166,7 +166,8 @@ export class CodeWindow extends Disposable implements ICodeWindow {
|
||||
preload: URI.parse(this.doGetPreloadUrl()).fsPath,
|
||||
nodeIntegration: true,
|
||||
nodeIntegrationInWorker: RUN_TEXTMATE_IN_WORKER,
|
||||
webviewTag: true
|
||||
webviewTag: true,
|
||||
enableWebSQL: false
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user