Revert "chore: bump electron@8.3.0 (#98266)"

This reverts commit 820fd4048f.
This commit is contained in:
deepak1556
2020-05-26 21:46:03 -07:00
parent 040034f7ae
commit 876f2e70f9
11 changed files with 20 additions and 27 deletions

View File

@@ -59,8 +59,7 @@ export class ProxyAuthHandler extends Disposable {
title: 'VS Code',
webPreferences: {
nodeIntegration: true,
webviewTag: true,
enableWebSQL: false
webviewTag: true
}
};

View File

@@ -44,7 +44,6 @@ export class SharedProcess implements ISharedProcess {
images: false,
nodeIntegration: true,
webgl: false,
enableWebSQL: false,
disableBlinkFeatures: 'Auxclick' // do NOT change, allows us to identify this window as shared-process in the process explorer
}
});

View File

@@ -165,8 +165,7 @@ export class CodeWindow extends Disposable implements ICodeWindow {
webPreferences: {
nodeIntegration: true,
nodeIntegrationInWorker: RUN_TEXTMATE_IN_WORKER,
webviewTag: true,
enableWebSQL: false
webviewTag: true
}
};