-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
crash on start after upgrade to macos sequoia #229463
Comments
Exception in the shared process shouldn't bring down the application, looks like the issue might be something else. Can you provide the output of |
I have also been experiencing similar issues since upgrading to Sequoia yesterday... |
@sylvia-liu-qinghua can you close all running VSCode processes and run the command again. The previous output shows there is an active instance of the application. |
@deepak1556 should I first launch VS code or just write in my terminal code --verbose to launch it? |
Run |
I got this output (which did not launch VS code)!! |
Thanks , the logs confirm there is a crash. Can you attach the most recent |
Same issue, resolved by reinstalling vscode(v1.93.1) |
confirmed resolved by downloading latest vscode from https://code.visualstudio.com/download and overwiting previous version in |
Upgraded mine to version 1.94.0 and the issue got solved. |
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
After upgrade MacOS to 15.0 (Sequoia)...
Alternate path to reproduce bug:
code
shell commandDetails:
Looked through logs in
$HOME/Library/Application Support/Code/logs
, only anomaly I found was this insharedprocess.log
:Confirmed this is still happening after opening with
--disable-extensions
flag.Don't see anyone else reporting this behavior yet so thought it was worth opening. I'm using latest version of
Codium
as an alternative and that's been working fine.Other system details:
This is a relatively untouched machine, it's a personal laptop with not much on it other than standard software development tools.
The text was updated successfully, but these errors were encountered: