Skip to content

Support opening multi-folder workspaces #755

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
wants to merge 1 commit into from

Conversation

cathook
Copy link

@cathook cathook commented Jun 7, 2019

Describe in detail the problem you had and how this PR fixes it

A workspace is described by a JSON file named *.code-workspace in Visual Studio Code. Therefore, code-server should let the user select a file for the "Open Workspace" action.

Also, fix a bug in workbench that URI.file() can only accept a string of path, not a raw dump instance of URI object.

Is there an open issue you can link to?

#490

A workspace is described by a JSON file named *.code-workspace in
Visual Studio Code.  Therefore, code-server should let the user
select a file for the "Open Workspace" action.

Also, fix a bug in `workbench` that `URI.file()` can only accept a
string of path, not a raw dump instance of URI object.
@ghost ghost mentioned this pull request Jun 9, 2019
2 tasks
@sr229
Copy link
Contributor

sr229 commented Sep 12, 2019

Obsoleted by GH-857.

@sr229 sr229 closed this Sep 12, 2019
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

Successfully merging this pull request may close these issues.

2 participants