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

Feature Request: Grouping multi-root workspaces in Explorer #121127

Closed
rlabrecque opened this issue Apr 12, 2021 · 3 comments
Closed

Feature Request: Grouping multi-root workspaces in Explorer #121127

rlabrecque opened this issue Apr 12, 2021 · 3 comments
Assignees
Labels
feature-request Request for new features or functionality file-explorer Explorer widget issues *out-of-scope Posted issue is not in scope of VS Code workbench-multiroot Multi-root (multiple folders) issues
Milestone

Comments

@rlabrecque
Copy link

rlabrecque commented Apr 12, 2021

Hey there, we have a folder structure like:

   Build/
      buildteamproject1
      buildteamproject2
   Backend/
     backendproject1
   Tools/
      toolsproject1
      toolsproject2
   Websites/
      somewebsite

We've used folder view for a long time, and are switching to multi-root workspaces. The multi-root workspaces feature tends to work much better with extensions and such than just a giant folder view, but one thing that we're missing is the ability to collapse the areas we don't care about.

I wish there was a very light grouping feature with multi-root workspaces, so we could define which group a project was associated with and allow us to collapse them.

Largely the only thing that should change with such grouping is the Explorer view.

This is related to #41860 but not quite the same.

Ideally we'd just be able to put in a group in the folder definition inside the .code-workspace file like such:

{
	"folders": [
		{
			"name": "buildteamproject1",
			"path": "Build/buildteamproject1/",
			"group": "Build"
		},
		{
			"name": "backendproject1",
			"path": "Backend/backendproject1",
			"group": "Backend"
		},
	]
}
@rlabrecque rlabrecque changed the title Feature Request: Grouping multi-root workspaces. Feature Request: Grouping multi-root workspaces in Explorer Apr 12, 2021
@isidorn isidorn added feature-request Request for new features or functionality file-explorer Explorer widget issues labels Apr 12, 2021
@isidorn isidorn added this to the Backlog milestone Apr 12, 2021
@isidorn
Copy link
Contributor

isidorn commented Apr 12, 2021

This is a fair feature request, however we do not have it on our immediate plan. Thus assigning to backlog for now. Thanks

@bpasero bpasero added the workbench-multiroot Multi-root (multiple folders) issues label Apr 13, 2021
@isidorn isidorn added the *out-of-scope Posted issue is not in scope of VS Code label Jul 2, 2021
@rlabrecque
Copy link
Author

For posterity this seems to be a dupe of #76904 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality file-explorer Explorer widget issues *out-of-scope Posted issue is not in scope of VS Code workbench-multiroot Multi-root (multiple folders) issues
Projects
None yet
Development

No branches or pull requests

4 participants
@bpasero @isidorn @rlabrecque and others