Skip to content

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

Closed
jots opened this issue May 15, 2019 · 7 comments
Closed

workspaces not working? #687

jots opened this issue May 15, 2019 · 7 comments
Labels
bug Something isn't working

Comments

@jots
Copy link

jots commented May 15, 2019

  • code-server version: v1.939-vsc1.33.1
  • OS Version: ubuntu

Description

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:

 ERR not implemented: Error: not implemented
    at e.openWindow (http://127.0.0.1:8443/ide.main.92c1f4.js:60:1648115)
    at t.openWindow (http://127.0.0.1:8443/ide.main.92c1f4.js:60:6355629)
    at Object.run (http://127.0.0.1:8443/ide.main.92c1f4.js:60:1359655)
    at t._actionCallback (http://127.0.0.1:8443/ide.main.92c1f4.js:53:282278)
    at t.e.run (http://127.0.0.1:8443/ide.main.92c1f4.js:16:96194)
    at t.runAction (http://127.0.0.1:8443/ide.main.92c1f4.js:16:96868)
    at t.runAction (http://127.0.0.1:8443/ide.main.92c1f4.js:60:1185322)
    at t.run (http://127.0.0.1:8443/ide.main.92c1f4.js:16:96676)
    at http://127.0.0.1:8443/ide.main.92c1f4.js:60:6183093
    at e.fire (http://127.0.0.1:8443/ide.main.92c1f4.js:16:14094)

How can I use workspaces with code-server? If not possible, what is a good alternative?

@jots jots added the bug Something isn't working label May 15, 2019
@vnijs
Copy link

vnijs commented May 17, 2019

It seems this functionality has not yet been implemented for code-server (#490). I agree this would be great to have though

@sr229
Copy link
Contributor

sr229 commented Sep 12, 2019

We just merged v2, I think we already implemented opening workspaces.

@vnijs
Copy link

vnijs commented Sep 12, 2019

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?

@sr229
Copy link
Contributor

sr229 commented Sep 12, 2019

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).

@vnijs
Copy link

vnijs commented Sep 12, 2019

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.

image

@sr229
Copy link
Contributor

sr229 commented Sep 12, 2019

@code-asher might be something wrong with how we generate the manifest on build time?

@nhooyr
Copy link
Contributor

nhooyr commented Jan 28, 2020

If this still occurs, please feel free to reopen.

@nhooyr nhooyr closed this as completed Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants