microsoft / microsoft/terminal
Visual Studio 2022 Debug Console does not honour font size.
Open
Nobody has claimed this yet.
Issue-Bug
Product-Terminal
Resolution-External
Tracking-External
- Dominant language
- C++
- Stars
- 105k
- Forks
- 9.6k
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 29
Description
Windows Terminal version
1.16.10262.0
Windows build number
22621.1702
Other Software
Visual Studio 2022 17.6.2
Steps to reproduce
- Set Windows Terminal as the default terminal application
- Change Profile -> Visual Studio Debug Console -> Appearance -> Font Size to 30
- Start a new Console Application with Visual Studio 2022, with the standard Console.WriteLine("Hello, World!"); and press F5 (Debug)
- Notice that the Debug Console that opens up, does not honour the font change.
- Change Change Profile -> Visual Studio Debug Console -> Appearance -> Font Size to 10
- Rerun Console Application created in step 3.
- Notice, the Debug Console that opens up, does not honour the font change.
Expected Behavior
I expect the font size in the console window that opens up to change, according to that which is set in the settings.
Actual Behavior
The font size is ignored.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue through Profile -> Visual Studio Debug Console -> Appearance -> Font Size, using a Visual Studio 2022 Console Application launched with F5. Verify that changing the setting to 30 and 10 changes the font size in the opened Debug Console; the payload names no source file or test to inspect.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli, desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100