-
Notifications
You must be signed in to change notification settings - Fork 29.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update to Electron 6.x #75802
Conversation
src/vs/workbench/contrib/webview/electron-browser/webviewElement.ts
Outdated
Show resolved
Hide resolved
src/vs/code/electron-main/windows.ts
Outdated
} | ||
dialogPromise.then(({ response, checkboxChecked }: Electron.MessageBoxReturnValue) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@deepak1556 easier if converted to async/await
Sorry for off topic, but I wanted to say thanks to @deepak1556 for this PR, I tried it and finally font weight is fixed with this Electron version. I'm very happy and looking forward to using Insiders with Electron 6.x. 🎆 |
@deepak1556 fyi see afcd155 for converting dialogs to |
The macOS crash is due to new helper binaries introduced with electron/electron#19324 , will need to update Edit: joaomoreno/gulp-atom-electron#55 /cc @joaomoreno |
Electron 6.0.0-beta.15 is out the previous one, .14 updated to Node 12.4.0 Noticed some webview issues fixed which could help?
|
Version update available: electron/electron@10a9e9c |
Electron: 6.0.7
Nodejs version: 12.4.0
V8 version: 7.6.303.29
Chromium version: 76.0.3809.139