-
Notifications
You must be signed in to change notification settings - Fork 31k
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
Vscode hangs if an unbuilt local workspace extension is installed #212105
Comments
It is unclear and confusing to me what you are asking for. Summary and Description are not matching. |
Updated the issue! Sorry I was trying to be concise. After the reload is when it happens. And I did a bit more testing, this only happens over ssh. I was able to install a local extension over ssh when it was built though, so this only happens when it's not built |
Do you mean that if the extension's A bunch of devs at my company ran into this too and our code-workspace got into a broken state. We have a few custom extensions in the |
No I never made a vsix, just the compiled out/ dir needs to be there for local workspace extensions. It doesn't rely on a vsix at all, but I wish it had the option for it since not every repo has a node build system as part of its normal setup |
Also @pcasdf, it's no longer insiders only https://code.visualstudio.com/updates/v1_89#_local-workspace-extensions |
Oops, I need to read the release notes more carefully 😇 well that's unfortunate since it doesn't seem ready to be on stable. |
Thanks for filing the issue and sharing your feedback. This is a bug in remote set up which I fixed it. Thanks. |
Is there a workaround to fix this issue by myself ? I cannot access server with remote-ssh now. I deleted the .vscode/extensions folder under my workspace, yet the issue still remain. I suppose there shall be a way to delete the installed workspace extensions by myself to prevent the issue hang remote server ? |
Same, I tried running |
I have fixed this.
|
Thanks! It didn't seem like the storage was too important, it seemed to just record open files and UI data. So I just moved the folder on my remote and local to get a clean state. This seems like the wrong place to store workspace extension data. I really think the implementation of local workspace extensions needs to be better thought out if it can cause failures like this. |
This bug has been fixed in the latest release of VS Code Insiders! @AndrewNolte, you can help us out by commenting If things still don't seem right, please ensure you're on version 405ce83 of Insiders (today's or later - you can use Happy Coding! |
Steps to reproduce:
When doing this locally, I get
Cannot activate, becase ./out/extension.js not found
. It's not clear from the docs that the extension needs to be built. However over ssh it gets vscode into a bad state.Proposals:
The text was updated successfully, but these errors were encountered: