-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Add font configuration options for the Debug Console #1957
Comments
We have changed the default for january release so you should be able to see more. |
@isidorn: Fair enough, thanks. |
We like to keep feature request open since people outside the team might jump on it or we might change priorities in the future |
I also search for a setting of the fontFamily and fontSize on the debug-console! |
@stefc My temporary work-around is to use the Code Runner extension. This runs the code in the output console instead of the debug console. The output console font seems to use the editor font configuration. You can also suppress the run and return code messages in the Code Runner extension setting the |
@hastebrot But 'Code Runner' ext. is more for script languages or? How it replace the F5 key that also builds the project ? |
@stefc Yeah, I think it's rather for single files than for projects. But it's not restricted to script languages. Anyway, it would indeed be nice to have the debug console using the editor font or a custom font option. |
This feature request is dependent on #11462 |
I would also like to be able to set a different font for the debugger. Seems odd that it's not configurable in the same was as other windows? Could it not just use the same setting as the integrated terminal? |
I think it's really important to be able to change the line spacing. Currently it's really huge (looks a bit ugly) and it greatly reduces the amount of information in the screen. |
Assigning to february for an investigation |
I also support having better naming conventions for these. One setting that addresses all panels would be welcome in additional to the existing two for editor and terminal fonts. |
Investigated into this but there are some additional complications with caluclucating height of each repl element for word wrapping. Due to this pushing it out of february, and plan to tackl it as part of #11462 in march |
Yup, would be really nice to fix the elephantasque font sizing in the debug window. |
Do an extra setting! |
I'd love to see this happen! There's a proposal for a |
I'm willing to help implement some of these if given the ok :). |
You can offer a bounty or set up the 17+ GB (?!) dev environment to work on it yourself. If an app does not offer font configuration, it might be using default ones configured by the OS... Unfortunately Windows 10 lacks non-registry font configuration. |
What about colours behaviour? |
@pakLebah |
bump |
wow,2 years |
@isidorn - can you ask Microsoft for more resources to fix this - hire someone - with 70K stars - I'm sure some talented individual is able to fix this. I get that you don't have the time / energy - delegate this please. |
Wow yes, I was looking for this option as well. The debug window font is so large and line-spacing is so big. I can't fit nearly enough data on the screen (and I'd like to be able to see my code as well ..) |
Any chance to get this through? :) |
Comeon guys, still not able to change font/font size for Debug Console? Not only it is a different font which makes the uniformity of the environment go haywire PLUS it doesn't scale with the rest of the editor fonts. Is it really that hard? |
bump |
Almost 3 years, nice one! There was a lot of progress with integrated terminal which is displayed in the exactly same place but it allows changing font size/family. Is there still anything blocking this issue? |
The debug messages shows very big in my 1080p display. Laptops already have small screen, so any space that can be saved is very welcome. |
I would love to change the size. Is there any estimation when this will be possible ? |
@likt0r when someone modifies the code and does a pull request and it gets merged into master. Do you see anyone making the attempt? |
I guess the huge trail of comments speaks for itself, still putting one more, can we please have this feature? It's such an important feature, I fail to understand why it's not being worked upon and getting priority even after 3 years. |
I guess just like 14-yo Thunderbird bugs like spam triggering new mail notifications, this bug depends on other bugs being fixed first, which is too complex (see 9th comment above this one), not interesting enough, or too littered with "me too" comments that don't add anything of value. (Use the subscribe and thumbs up features instead of spamming everyone!) Perhaps MacOS allows per-app font size settings. |
Sort of like this comment. Perhaps you can unsubscribe so you don't get spam? For me, any comment is beneficial. I guess we view it differently and that is okay. Don't turn the discussion thread negative. |
Ironic, but i guess my thumbs-up on OP is sufficient. And y'all can keep asking/complaining why it's not fixed yet instead of using the subscribe function to get notified when it is fixed or blocked by something. |
Thanks to @joaomoreno awesome work on the tree dynamic heights we now have this! |
@joamag the hero we need, the hero we don't deserve |
Background
I can barely fit 40 lines from the debug console on my 1080p screen. I appreciate the large and spacious font sizes, but I'm not blind yet and would like to see more.
Summary
editor.fontSize
andeditor.fontFamily
.OR
debug.console.fontSize
debug.console.fontFamily
debug.console.lineSpacing
for space between lines, because right now it's gigantic.Better naming conventions are welcome.
Windows 10, VSCode 0.10.6
The text was updated successfully, but these errors were encountered: