sadesyllas / vscode-workspace-switcher

Easily switch between workspaces
GNU General Public License v3.0
28 stars 8 forks source link

Feature Request: Folder structure in Activity Bar #22

Closed apalfrey closed 4 years ago

apalfrey commented 5 years ago

I have the folder I keep my .code-workspace files in structured depending on the type of work (/Libraries for any libraries, /Work for any jobs etc.)

I have the paths set to C:\\dev\\vscode-projects\\**\\* and was wondering if it is possible that they could be displayed in the activity bar panel with the folder structure e.g. any workspaces under C:\dev\vscode-projects\Libraries would be under a section called Libraries, workspaces under C:\dev\vscode-projects\Work would be under a section called Work etc.

sadesyllas commented 5 years ago

This is a great idea! :slightly_smiling_face:

I will try to find the time to implement it.

Of course, this also means buttons for expand all and collapse all functionality, etc.

sadesyllas commented 4 years ago

Please, checkout version v1.15.0 and reopen this if need be.

Thank you very much for your feedback!

apalfrey commented 4 years ago

That seems to have worked after changing the paths to just C:\\dev\\vscode-projects\\** instead of C:\\dev\\vscode-projects\\**\\*. Thank you very much. I'll keep checking it out and let you know if I have any problems :smile: