-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Program crashes when i try to open Files menu #232873
Comments
Arch Linux package internal report: https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/issues/5 |
I can reproduce the issue. Bisecting the code indicates that the first bad commit is this one. So the issue is likely caused by the update to Electron 32. |
Yup, I addressed that in the issue above.
|
I have the same issue and I just downgraded code, which fixed the problem. Assuming you installed visual studio code from AUR follow these stepsIf you don't have yay: git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si Install Downgradeyay -S downgrade Downgrade CodeFinally run this and select a version(I downgraded to 1.94.2): sudo downgrade code |
Downgrading can also be done by downloading/installing this version:
So pacman won't upgrade the package until you noticed that the bug is fixed, so you can remove the pacman.conf modification. |
Fix is on Electron side: electron/electron#44341 The easiest workaround for now is to simply set |
Thanks @HanabishiRecca |
It needs to be set in user settings (press F1 > "Preferences: User settings"), it does not work in workspace settings. |
This allowed me to finish something just under the wire. Thank you. |
/duplicate #232723 |
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
VS Code is crashing when i try to open the Files menu. It happens when i click on "File" in the menu bar or when i e.g. click on "Edit" and move the mouse to "File" while the Edit menu is opened. (Other menus are opening without problems, just "File" is closing/crashing the program.)
Here is a Systemd Coredump, maybe it helps.
code-oss-1.95.1-1-coredump-crash-filesmenu-2024.11.01.txt
The text was updated successfully, but these errors were encountered: