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

About the sidebar font size can be customized appeal #208628

Closed
imhager opened this issue Mar 25, 2024 · 8 comments
Closed

About the sidebar font size can be customized appeal #208628

imhager opened this issue Mar 25, 2024 · 8 comments
Assignees
Labels
feature-request Request for new features or functionality

Comments

@imhager
Copy link

imhager commented Mar 25, 2024

Type: Feature Request

Currently, the sidebar can't customize the font size, and although it can be solved by mouse zoom, it's always inconvenient and you have to do it once every time. I want to be able to configure the custom font size.

VS Code version: Code 1.87.2 (863d258, 2024-03-08T15:20:17.278Z)
OS version: Windows_NT x64 10.0.22631
Modes:

@vscodenpa vscodenpa added the stale Issues that have not been triaged in an appropriate amount of time label Apr 1, 2024
@TylerLeonhardt
Copy link
Member

If you uncheck the Zoom Per Window setting and set Zoom Level to something greater than zero, you shouldn't need to update the zoom level at all:
image

Does this work for you?

@TylerLeonhardt TylerLeonhardt added info-needed Issue requires more information from poster and removed triage-needed stale Issues that have not been triaged in an appropriate amount of time labels Apr 1, 2024
@chrmarti chrmarti removed their assignment Apr 2, 2024
@you-hengh
Copy link

version: 1.87.2

Modify the contents of the file'workbench.desktop.main.css':

  1. search .monaco-workbench .part>.content
  2. Modify the'fontSize: 13px '- >' 16px' on the right.
  3. Save

Now the above method will cause the vscode layout to be disordered, resulting in the settings page not being displayed normally

@abcnow
Copy link

abcnow commented May 2, 2024

the zoom level feature doesn't really work.. it makes the font size of the editor too big and still the font size of the sidebar is ridiculous small...let's do this :)

@TylerLeonhardt TylerLeonhardt added feature-request Request for new features or functionality and removed info-needed Issue requires more information from poster labels May 3, 2024
@TylerLeonhardt TylerLeonhardt removed their assignment May 3, 2024
@vscodenpa vscodenpa added this to the Backlog Candidates milestone May 3, 2024
@vscodenpa
Copy link

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!

@vscodenpa
Copy link

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!

@benibenj
Copy link
Contributor

duplicate of #519

@you-hengh
Copy link

@benibenj Yes, it's a duplicate, but have you solved the problem? Is there any real action? If you solved the problem, why do users keep asking questions?

@you-hengh
Copy link

@benibenj Yes, it's a duplicate, but have you solved the problem? Is there any real action? If you solved the problem, why do users keep asking questions?

Can you reply to me? @benibenj You can easily close this issue and presumably solve this actual problem very easily, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

9 participants
@TylerLeonhardt @imhager @chrmarti @you-hengh @abcnow @benibenj @vscodenpa and others