-
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
Allow detachable multiple windows on the same workspace #367
Comments
+1. It is quite limiting, and very annoying, that when opening the same workspace (folder, or file) in a new window, VSCode instead jumps to the existing window. |
+1 |
+1. Even only a detachable |
This is the single issue standing in the way of finally migrating away from Eclipse for me. |
The progress on this is underwhelming since 2015. |
Opening a new window on a work space that is already open seems to be impossible, no matter how I go about it. This goes very much against my intuition and the "principle of least surprise" - why should the application go out its way to prevent a new window from opening if another one already exists? |
VS Code Devs : we need this so bad. Please ! |
Here is a work around: Wrap your project's folder in another, empty folder, like this:
Now you can open the same project in separate instances of VSCode - just open each folder in VSCode! Edit: I don't get the thumbs down, this is only a workaround suggestion, not a solution to the problem... |
This, for me, is also the last reason not to switch to VSCode completely yet. |
This looks like a duplicate of #10121 (and that one has a few more more votes)... could y'all go vote there? :-) |
@RoyTinker yeah agree, please cast your vote at #10121 |
Allow opening additional windows (BrowserWIndow) to be able to work on multi-monitor setups.
See also:
The text was updated successfully, but these errors were encountered: