Hello,
I work on mutliple projects, and each of these projects contains multiple git repositories. It would be nice to be able to save in a workspace file all git repositories of a project.
Use case example:
- I open some tabs, each one containing a particular git project
- I save in a file this workspace, I name it "myproject_1.wksp"
- I create a new workspace and repeat step 1 with others git projects, and also step 2 with the name "myproject_2.wksp"
- When I open "myproject_1.wksp", it opens all my git projects added in step 1 (and close every other tabs)
- And in the same way, when I open "myproject_2.wksp", it opens all my git projects added in step 3 (and close every other tabs)
It would be the same principle as workspaces management in, for example, Visual Studio Code, or Eclipse.
Thank you