-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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 22 #166430
chore: update to Electron 22 #166430
Conversation
c2ee655
to
073e3f8
Compare
073e3f8
to
64b4097
Compare
This is blocked on Electron missing https://source.chromium.org/chromium/chromium/src/+/main:buildtools/third_party/libc++/trunk/include/__memory_resource/; headers from the libcxx bundle shipped. |
5efaccc
to
9718242
Compare
9718242
to
dd2e68c
Compare
dd2e68c
to
cf89d6c
Compare
5d948e6
to
fe17055
Compare
3137bee
to
085fa33
Compare
7b2de25
to
c653027
Compare
9aa94f9
to
f70db26
Compare
e4a1101
to
3b2421e
Compare
@@ -91,7 +91,7 @@ function darwinBundleDocumentTypes(types: { [name: string]: string | string[] }, | |||
} | |||
|
|||
export const config = { | |||
version: product.electronRepository ? '19.1.11' : util.getElectronVersion(), | |||
version: product.electronRepository ? '22.10.0' : util.getElectronVersion(), |
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.
I will update this to an official version once the PGO related builds are available in a follow-up PR. For now, lets merge with the custom version to get insiders coverage.
I will update distro once this is merged. |
This reverts commit 6e85d2b.
* Revert "Update to min supported version of node (#175723)" This reverts commit f749e6b. * Revert "chore: update min node version for development (#175663)" This reverts commit f2a822f. * Revert "electron 22 sandbox - enable for OSS (#175659)" This reverts commit 2551af2. * Revert "chore: update to Electron 22 (#166430)" This reverts commit 6e85d2b.
Has this PR been reverted? |
@samuelstroschein yes in favor of #175843, we will post more context in the following week. |
Refs #166265
Fixes #156723
Fixes #163736
Fixes #157184
Fixes #154666
Fixes #144791
Refs https://github.com/microsoft/vscode-encrypt/issues/33