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

Logs font size in new ui is too small #976

Closed
Akiyamka opened this issue Nov 22, 2024 · 3 comments
Closed

Logs font size in new ui is too small #976

Akiyamka opened this issue Nov 22, 2024 · 3 comments

Comments

@Akiyamka
Copy link

In the new interface, the font of the logs is very small, and I couldn't find any settings that would control this

How it looks in my vscode
image

How I looks at this moment
image

@ArtemGovorov ArtemGovorov transferred this issue from wallabyjs/public Nov 23, 2024
@ArtemGovorov
Copy link
Member

Hey, the Logs font size should be the same as in the rest of your VS Code panel (ie. Explorer, Problems view, etc.). Is the font of the Logs same as the font in you VS Code File Explorer side view, or is it also smaller?

@Akiyamka
Copy link
Author

@ArtemGovorov terminal / output / debug tabs have much bigger font size, it's defined by terminal.integrated.fontSize vscode setting
image
image

the size of quokka logs is close to the labels in the interface (name of panels, labels in the status bar),
However, it's important to note that

  • they look a little larger because they are not monospaced and are often written in uppercase.
  • they are not so important, and you don't usually need to read them, because they are usually static captions whose content is known.

image

@smcenlly
Copy link
Member

We've introduced a new VS Code setting to Quokka to allow you to customise the default font-size in the Quokka output window, quokka.fontSize:

image

This setting is available in Quokka for VS Code v1.0.677+.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants