Skip to content
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

Workspace level window.zoomLevel does not reset after closing project #187982

Closed
HermesonBF opened this issue Jul 15, 2023 · 3 comments
Closed

Workspace level window.zoomLevel does not reset after closing project #187982

HermesonBF opened this issue Jul 15, 2023 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug confirmed Issue has been confirmed by VS Code Team member insiders-released Patch has been released in VS Code Insiders verified Verification succeeded zoom VS Code window zoom issues
Milestone

Comments

@HermesonBF
Copy link

HermesonBF commented Jul 15, 2023

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.80.1
  • OS Version: Darwin arm64 22.5.0

Steps to Reproduce:

  1. Create a folder
  2. Open the folder with vscode
  3. Create a file .vscode/settings.json in that folder with the following text: {"window.zoomLevel": 4}
  4. Close vscode
  5. Open vscode
  6. The zoom level will be set to 4 even though the folder is not open anymore
  • If vscode is quit instead of closed, the zoom level is reset as it should, so I guess this bug only happens in MacOS as the close button does not quit the program.
@VSCodeTriageBot
Copy link
Collaborator

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.80.1. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

@bpasero bpasero added zoom VS Code window zoom issues bug Issue identified by VS Code Team member as probable bug confirmed Issue has been confirmed by VS Code Team member labels Jul 21, 2023
@bpasero bpasero changed the title window.zoomLevel does not reset after closing project with settings.json Workspace level window.zoomLevel does not reset after closing project Jul 21, 2023
@bpasero bpasero added this to the July 2023 milestone Jul 24, 2023
@VSCodeTriageBot VSCodeTriageBot added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Jul 24, 2023
@bpasero bpasero added the author-verification-requested Issues potentially verifiable by issue author label Jul 25, 2023
@VSCodeTriageBot
Copy link
Collaborator

This bug has been fixed in the latest release of VS Code Insiders!

@CSRONOML, you can help us out by commenting /verified if things are now working as expected.

If things still don't seem right, please ensure you're on version 885dba3 of Insiders (today's or later - you can use Help: About in the command palette to check), and leave a comment letting us know what isn't working as expected.

Happy Coding!

@HermesonBF
Copy link
Author

/verified

@VSCodeTriageBot VSCodeTriageBot added verified Verification succeeded and removed author-verification-requested Issues potentially verifiable by issue author labels Jul 25, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Sep 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug confirmed Issue has been confirmed by VS Code Team member insiders-released Patch has been released in VS Code Insiders verified Verification succeeded zoom VS Code window zoom issues
Projects
None yet
Development

No branches or pull requests

3 participants