-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Extensions not loading #19753
Comments
Ditto |
Might be a duplicate of #19685 (although that is 1.8.1) Mine was working just fine on 1.8.1, upgrade to 1.9 broke it |
The same here... but on Windows 8.1. |
The same for me, extensions broke after the upgrade (Win 8.1). BTW, this is definitely not a duplicate of #19685, because now extensions do not work. |
@everdrone Sorry that you get this unexpected experience. I am not seeing this behavior but I am on Mac. I would try to reproduce this on Windows. Mean while can you help us in knowing how did you get into this state... Are you seeing all installed extensions in Reload state after opening VS Code? Or there any steps to follow to get into this state. Thanks |
@sandy081 There are no steps to follow to reproduce this behavior, i just opened VS Code and updated to 1.9 by clicking on the latest release popup message. I also tried to start code with |
@sandy081 It is very strange behavior, because:
Edit: |
@tSte Thanks for sharing the information. Can you please open developer tools by doing
Look for any errors in the opened dev tools console, if there are please let us know. |
In my case it was because of an extension named Angola, that could not be read properly. After I deleted the folder from extensions, from disk everything was ok. |
I experienced the very same problem on WIN10. I tried to update two PCs with almost identical VSCode setup. Both ended up with the same result. Then I realized I had modified one of extensions to my likings and renamed to my very own. So you can consider it as a private and unpublished extension. Extensions like this one don't appear in VSCode extensions menu. Deleting the extension solved this issue. So you could try the following:
|
This is my old theme from legacy times - I did not even realize that it was still there. Removing it solved this issue. @sandy081 thank you for help! Perhaps some better error handler for extension would be nice... |
@tSte Thanks for sharing the information, I will try to investigate why this is happening after upgrading to 1.9. |
@tSte Is it possible to provide the contents of package.json of that vsdarkmod extension? |
@aeschli Looks like, forgot to return |
@sandy081 I am sorry, but I can't :( |
@tSte No worries.. I got the steps to reproduce it
Open VS Code and you see this behavior. |
Pushed to 1.9 branch & master |
verified in 3e400cc |
@aeschli I just upgraded to 1.11 and this is now happening on windows 10 |
@gerane Can you file a new issue with more information? |
None of the installed extension are reloading, the
reload
button won't disappear.Anyway extensions are still on my machine, they just won't load.
The text was updated successfully, but these errors were encountered: