-
Notifications
You must be signed in to change notification settings - Fork 5.9k
workspaces not working? #687
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
Comments
It seems this functionality has not yet been implemented for code-server (#490). I agree this would be great to have though |
We just merged v2, I think we already implemented opening workspaces. |
Thanks for the update @sr229! Is this in the current https://github.com/cdr/code-server/releases/tag/2.preview.11-vsc1.37.0 release or only in master? |
Should be that or you can try out a build fresh from the trunk if you're brave enough @vnijs (PS: they're equally stable anyways so don't fret). |
Yep. Looks like this works in "fresh from trunk" version. Thanks @sr229! I do see the following in the JS console in case that is relevant. |
@code-asher might be something wrong with how we generate the manifest on build time? |
If this still occurs, please feel free to reopen. |
code-server
version: v1.939-vsc1.33.1Description
I have a .code-workspace file in a directory, when I open the directory I'm prompted with :
"This folder contains a workspace file 'zzz.code-workspace'. Do you want to open it? Learn more about workspace files."
I click on "open workspace" button and nothing happens. In the developer tools console I see this when I click the button:
How can I use workspaces with code-server? If not possible, what is a good alternative?
The text was updated successfully, but these errors were encountered: