-
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
Window-specific zoom settings #185836
Comments
This is already possible if you store the |
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! |
Isn't this a per-project option? I want to have two windows opened with the same project on two different monitors. |
@vityafx that is actually not possible with how VS Code works. the only way to open the same project in 2 windows is by creating 2 multi root workspaces with the same folders and open them in 2 windows. So you can do everything you want, but it has to be via multi root workspaces: https://code.visualstudio.com/docs/editor/multi-root-workspaces |
I will create another feature request to make it possible, since I see no reason why it shouldn't be. Another thing is that the original question still the remains unanswered - I don't want to always have one project on one monitor and another project on my second monitor, I want to be able to quickly switch at any time. Going to the workspace settings and adjusting the number here is certainly not contributing to the user experience of mine, and, I am sure, or others, so a solution should be there to this problem. I may rephrase the problem to be more generic: the visual studio code has no support for multi-dpi setup whatsoever and is impossible to configure reasonably for that. Still, regarding the per-project option, there should be a per-window setting instead. There is a reason for having multiple windows in graphical user interfaces - one of which is customisation. I am beyond sure, that the vscode code can work with window handles (HWND), so I don't see any obstacle to that too. Summing up, the feature request still stands: per-window configuration, with at least the possibility for changing the scaling. |
Please first use issue search before creating new issues: #43188 Prior issues that are duplicate to this one: |
Unfortunately, not a single item from this list has the issue addressed. |
Hard to believe that this is still an issue in 2023. My current very awkward and brute force workaround for this bs limitation is to have VSCode insiders installed side by side along with the stable channel and open VSCode on one screen and VSCode insiders on the other. If I ever need 3, I guess I'll have to use VSCodium and compile 🤦🏻 |
This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
Adding new commands that allow to zoom in the active window only: This zoom state is associated with the state of that window and will restore as such until either the zoom setting is changed (which then applies to all windows) or the window is closed. Please give it a try in our insiders, you can give our preview releases a try from: https://code.visualstudio.com/insiders/ |
After discussion in the team, we decided to change this feature slightly (PR #201791). Rather than introducing separate commands for zooming the active or all windows, there is now a setting Among other things, this would allow us to actually change the default behaviour and let the zoom commands only change the active window. |
I would like to have two windows on two monitors with different DPI (1440p and 2160p) and be able to set the zoom/scaling in both the way I like. Currently, the zoom applies to all the windows of vscode, so I can't have two windows with different scaling, so it is always too big on one monitor and/or too small on another.
The text was updated successfully, but these errors were encountered: