-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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 multiple work spaces with entirely different tabs #76399
Comments
(Experimental duplicate detection) |
@lazercaveman would you say this is a "Working Sets" feature where you can switch these sets and this makes the list of tabs change? Asking because we have a duplicate I think. |
@bpasero I mean one should have multiple working spaces, which can contain several root-folders (projects). switching related tabs by switching work spaces also comes along with that, if not is the main feature to me... |
@lazercaveman isn't that covered by https://code.visualstudio.com/docs/editor/multi-root-workspaces |
Thank you, I'll have a look at it later, maybe it is something - I'll report. |
Ok, closing for now. |
Can you, please, provide the reference to that duplicate? It'd be great if this was just an option in the workspace configuration JSON. |
Sometimes one has to work on to different project folders (like a backend API and a related Web-App for example). If this is, it can be annoying if tabs of separate project folders are mixed - so wouldn't it be nice to have entirely separated work spaces with entirely different tabs opened, related to the selected work space!?
Example: I have 2 project work spaces.
Work space 1 now has 3 opened (projectTab1, ProjectTab2, ProjectTab3)
If I switch to work space 2 to Tabs of work space 1 will disappear (projectTab1, ProjectTab2, ProjectTab3), and the tabs, which are related to work space 2 will show up (like project2Tab1, Project2Tab2, etc).
If I go back to work space one I will se my opened tabs over there again (projectTab1, ProjectTab2, ProjectTab3).
The text was updated successfully, but these errors were encountered: