Skip to content
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

trouble running code-server 3.1.1 with workspace file #1535

Closed
ppkwiatkowski opened this issue Apr 16, 2020 · 2 comments
Closed

trouble running code-server 3.1.1 with workspace file #1535

ppkwiatkowski opened this issue Apr 16, 2020 · 2 comments

Comments

@ppkwiatkowski
Copy link

ppkwiatkowski commented Apr 16, 2020

Previously I was able to run code-server with workspace file as first argument (https://code.visualstudio.com/docs/editor/multi-root-workspaces#_workspace-file).
It seems to no longer work in version 3.1.1

repro:
./code-server test.code-workspace --auth none --open

test.code-workspace:

{
  "folders": [
    {
      "path": "somepath"
    },
  ],
}
@lukasek86
Copy link

I confirm this regression. It must be quite recent. Version 3.0.2 works fine.

@code-asher
Copy link
Member

Ahhh this was changed to align with the documented behavior but I didn't realize anyone knew a workspace could also be passed in since we hadn't documented it. I'll make this work again and add it to the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants