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

Add support for grouping root workspace folders #191859

Closed
mcm-ham opened this issue Aug 30, 2023 · 3 comments
Closed

Add support for grouping root workspace folders #191859

mcm-ham opened this issue Aug 30, 2023 · 3 comments
Labels
feature-request Request for new features or functionality workbench-multiroot Multi-root (multiple folders) issues

Comments

@mcm-ham
Copy link

mcm-ham commented Aug 30, 2023

I'd like to nest workspace folders like this:

"folders": [
  {
    "name": "e2e",
    "folders": [
      {
        "name": "app1",
        "path": ""
      },
      {
        "name": "app2",
        ""
      }
    ]
  }
],

Functionally the folders can act the same as if the list were flat, but just in UI the nested structure is shown. My immediate need would also be solved by #32693 but I've used this feature a bit in Visual Studio to group shared library projects where for other reasons the folder structure on disk needed to be different.

@bpasero bpasero added the workbench-multiroot Multi-root (multiple folders) issues label Aug 31, 2023
@bpasero
Copy link
Member

bpasero commented Aug 31, 2023

Is this #76904 ?

@bpasero bpasero added the feature-request Request for new features or functionality label Aug 31, 2023
@bpasero bpasero removed their assignment Aug 31, 2023
@vscodenpa vscodenpa added this to the Backlog Candidates milestone Aug 31, 2023
@vscodenpa
Copy link

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@mcm-ham
Copy link
Author

mcm-ham commented Sep 8, 2023

Yes it is. Thanks, didn't find that when I tried searching.

@mcm-ham mcm-ham closed this as completed Sep 8, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Oct 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality workbench-multiroot Multi-root (multiple folders) issues
Projects
None yet
Development

No branches or pull requests

3 participants