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

Add font configuration options for the Debug Console #1957

Closed
joe-herman opened this issue Jan 12, 2016 · 46 comments
Closed

Add font configuration options for the Debug Console #1957

joe-herman opened this issue Jan 12, 2016 · 46 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality on-testplan release-notes Release notes issues
Milestone

Comments

@joe-herman
Copy link

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

  • Have the debug console follow the existing editor font options such as editor.fontSize and editor.fontFamily.

OR

  • Add configuration options for the debug console such as:
    • 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

@isidorn isidorn added the feature-request Request for new features or functionality label Jan 12, 2016
@isidorn isidorn added this to the Backlog milestone Jan 12, 2016
@isidorn
Copy link
Contributor

isidorn commented Jan 12, 2016

We have changed the default for january release so you should be able to see more.
To make this configurable is a feature request that is not on our immediate plan

@isidorn isidorn added the debug Debug viewlet, configurations, breakpoints, adapter issues label Jan 12, 2016
@joe-herman
Copy link
Author

@isidorn: Fair enough, thanks.
With that in mind, should this feature request be closed or remain open?

@isidorn
Copy link
Contributor

isidorn commented Jan 12, 2016

We like to keep feature request open since people outside the team might jump on it or we might change priorities in the future

@stefc
Copy link

stefc commented Nov 24, 2016

I also search for a setting of the fontFamily and fontSize on the debug-console!
Also in the case of C# programming I want to optional supress the
Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\1.0.1\System.Diagnostics.Debug.dll'. Cannot find or open the symbol file.
messages !

@hastebrot
Copy link

hastebrot commented Nov 24, 2016

@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 "code-runner.showExecutionMessage to false.

@stefc
Copy link

stefc commented Nov 24, 2016

@hastebrot But 'Code Runner' ext. is more for script languages or? How it replace the F5 key that also builds the project ?

@hastebrot
Copy link

hastebrot commented Nov 24, 2016

@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.

@isidorn
Copy link
Contributor

isidorn commented Nov 24, 2016

This feature request is dependent on #11462
You can read up on more details there as to what is techincal required to achieve this

@Gruntfuggly
Copy link

Gruntfuggly commented Jan 27, 2017

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?

@joamag
Copy link

joamag commented Feb 2, 2017

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.

@isidorn
Copy link
Contributor

isidorn commented Feb 3, 2017

Assigning to february for an investigation
ping @michelkaporin

@isidorn isidorn modified the milestones: February 2017, Backlog Feb 3, 2017
@pgobin-zz
Copy link

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.

@isidorn
Copy link
Contributor

isidorn commented Feb 15, 2017

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

@paniq
Copy link

paniq commented Jul 10, 2017

Yup, would be really nice to fix the elephantasque font sizing in the debug window.
"To make this configurable is a feature request that is not on our immediate plan", hold the phone, how many man hours are we talking about here?

@haemse
Copy link

haemse commented Jul 14, 2017

Do an extra setting!

@apkd
Copy link

apkd commented Sep 29, 2017

I'd love to see this happen! There's a proposal for a fontWeight setting for the terminal window and it would be nice to include that option here as well.

@brandontruggles
Copy link
Contributor

I'm willing to help implement some of these if given the ok :).

@CTimmerman
Copy link

CTimmerman commented May 26, 2018

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.

@iddan
Copy link

iddan commented Jun 20, 2018

What about colours behaviour?

@ManPython
Copy link

ManPython commented Jun 20, 2018

This feature request is more than 2 years old now, but no progress seems to be made. worried

@pakLebah
It is to advanced feature to realise :D f...

@musm
Copy link

musm commented Sep 11, 2018

bump

@shengbeiniao
Copy link

wow,2 years

@johndpope
Copy link

@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.

@dromer
Copy link

dromer commented Oct 2, 2018

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 ..)
Imo both these should be configurable so one can set optimal settings for these.

@nmaxcom
Copy link

nmaxcom commented Oct 22, 2018

Any chance to get this through? :)

@PhilipHassialis
Copy link

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?

@hayral
Copy link

hayral commented Nov 5, 2018

bump

@piotrtobolski
Copy link

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?

@heliommsfilho
Copy link

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.

@likt0r
Copy link

likt0r commented Nov 29, 2018

I would love to change the size. Is there any estimation when this will be possible ?

@dromer
Copy link

dromer commented Nov 29, 2018

@likt0r when someone modifies the code and does a pull request and it gets merged into master.

Do you see anyone making the attempt?
Unfortunately not.

@nishch
Copy link

nishch commented Feb 7, 2019

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.

@CTimmerman
Copy link

CTimmerman commented Feb 7, 2019

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.

@EmbeddedBacon
Copy link

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, 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!)

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.

@CTimmerman
Copy link

CTimmerman commented Feb 8, 2019

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, 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!)

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.

@isidorn
Copy link
Contributor

isidorn commented Feb 22, 2019

Thanks to @joaomoreno awesome work on the tree dynamic heights we now have this!
Also thanks to @suside for creating a PR which inspired us to look into this.

@musm
Copy link

musm commented Feb 28, 2019

@joamag the hero we need, the hero we don't deserve

@isidorn isidorn added the release-notes Release notes issues label Mar 4, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Apr 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality on-testplan release-notes Release notes issues
Projects
None yet
Development

No branches or pull requests