vscode: Extensions are not loading
Does this issue occur when all extensions are disabled?: I can’t see any extensions so I can’t say.
- VS Code Version: 1.87.0
- OS Version: macOS 14.3.1 (23D60)
Steps to Reproduce:
- Start VSCode
- Switch to Extensions
- No Extensions are displayed and it’s stuck in loading mode (see screenshot).
About this issue
- Original URL
- State: closed
- Created 4 months ago
- Reactions: 23
- Comments: 58 (17 by maintainers)
Commits related to this issue
- shared process logging (for #206522) — committed to microsoft/vscode by bpasero 4 months ago
- shared process logging (for #206522) (#206844) — committed to microsoft/vscode by bpasero 4 months ago
- shared process logging (for #206522) (#206844) — committed to yiliang114/vscode by bpasero 4 months ago
Referncing the issue over at https://github.com/drcika/apc-extension/issues/160#issuecomment-1978397126 the resolution is to simply disable the APC extension using it’s quick action, update then enable again.
No need for cli commands or reinstalling vscode.
Great, thanks a lot to everyone helping with the debugging and confirming the root cause!
Given this is caused by an extension that modifies our source, there is nothing actionable from our end. We should however have a signal if the source is modified to be able to catch these scenarios early on. I will follow-up on that. Closing this issue as resolved for now.
Thanks for sharing main and window log. From both the logs, I can confirm that the shared process connection is not established. Assigning to @bpasero @deepak1556 for further investigation.
Can confirm that after reinstalling the VS Code and uninstalling the APC extensions everything is working now…
Sorry guys i will check tomorrow morning, had to go out!
@nahue thanks again for helping us identify the issue, can you also check the following in addition to the above two points from @bpasero
diff -rq /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/out ~/vscode-sanity-check/Visual\ Studio\ Code.app/Contents/Resources/app/out
returns empty result ?@bpasero tried
I dont have any specific network config, no VPN, no static IP, no weird settings in /etc/hosts, and no firewall
@nahue thanks, can you try the following
1.87
into a temp folder, ex:~/vscode-sanity-check
~/vscode-sanity-check/Visual\ Studio\ Code.app/Contents/Resources/app/bin/code --user-data-dir /tmp/vscode-sanity-check --extensions-dir /tmp/vscode-sanity-check-extensions
Thanks, confirms there is no process crash. As a next step, please run our bisect tool
npx @vscode/vscode-bisect
to narrow down the commit that caused the regression.GJ MS GJ