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

"editor.fontFamily" configuration doesn't apply to *Conditional Breakpoint* input area #138946

Closed
ccjmne opened this issue Dec 12, 2021 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Milestone

Comments

@ccjmne
Copy link

ccjmne commented Dec 12, 2021

Issue Type: Bug

Experienced

The input area for entering an expression to evaluate for breaking at a Conditional Breakpoint doesn't adopt the "editor.fontFamily" configuration.

Expected

It was expected that the input area for the expression to conditionally break during debug use the same font as the rest of its editor.

The rationale is: this area isn't a mere input like that of the search functionality, but an actual code-entry widget, which already uses syntax highlighting, autocompletion, etc...

Reproducing

  1. Set a custom value for the editor.fontFamily setting
  2. Notice that the editors use the newly-configured font
  3. Right-click in the gutter, then "Add Conditional Breakpoint..."
  4. Notice that the input area for the expression to evaluate doesn't use the newly-configured font

VS Code version: Code 1.63.0 (7db1a2b, 2021-12-07T06:26:56.179Z)
OS version: Windows_NT x64 10.0.19043
Restricted Mode: No

System Info
Item Value
CPUs Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz (8 x 3592)
GPU Status 2d_canvas: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 15.96GB (9.17GB free)
Process Argv . --crash-reporter-id 3f440ab6-8df8-4b64-9acd-e304d5ec0798
Screen Reader no
VM 0%
Extensions (45)
Extension Author (truncated) Version
tsl-problem-matcher amo 0.5.0
ng-template Ang 13.1.0
regexper-unofficial ape 0.0.3
npm-intellisense chr 1.4.0
path-intellisense chr 2.6.0
regex chr 0.4.0
glsl-canvas cir 0.2.14
angular-schematics cyr 5.1.1
vscode-eslint dba 2.2.2
gitlens eam 11.7.0
EditorConfig Edi 0.16.4
vscode-npm-script eg2 0.3.23
prettier-vscode esb 9.0.0
font-switcher eva 4.0.3
file-icons fil 1.0.29
auto-rename-tag for 0.1.9
code-runner for 0.11.6
copilot Git 1.7.4016
vscode-pull-request-github Git 0.34.0
beautify Hoo 1.5.0
svg joc 1.4.14
Angular2 joh 12.0.0
ligatures-limited ksh 1.4.1
dotenv mik 1.0.1
vscode-docker ms- 1.18.0
remote-wsl ms- 0.63.5
atom-keybindings ms- 3.0.9
hexeditor ms- 1.8.2
vscode-typescript-next ms- 4.6.20211211
abracadabra nic 6.8.0
vscode-versionlens pfl 1.0.9
quicktype qui 12.0.46
java red 1.1.0
vscode-yaml red 1.2.2
code-settings-sync Sha 3.4.3
vscode-checkstyle she 1.4.1
vscode-stylelint sty 1.2.1
pdf tom 1.1.0
errorlens use 3.4.1
find-jump use 0.6.2
vscodeintellicode Vis 1.2.14
vscode-java-debug vsc 0.37.0
vscode-java-dependency vsc 0.18.8
vscode-java-pack vsc 0.19.0
vscode-maven vsc 0.34.1
A/B Experiments
vsliv368:30146709
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492cf:30256860
pythontb:30283811
pythonptprofiler:30281270
vsdfh931cf:30280410
vshan820:30294714
vstes263:30335439
vscorecescf:30384386
pythondataviewer:30285071
vscod805:30301674
pythonvspyt200:30340761
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
pythonrunftest32:30373476
pythonf5test824:30373475
javagetstartedt:30391933
pythonvspyt187:30373474
vsaa593cf:30376535
pythonvs932:30410667
vscop804:30404766
vscop453:30404998
vsrem710cf:30405999
vscexrecpromp3t3:30407764

@ccjmne
Copy link
Author

ccjmne commented Dec 12, 2021

Linked to: #65677

@roblourens roblourens added bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues labels Dec 15, 2021
@roblourens roblourens added this to the January 2022 milestone Dec 15, 2021
@lramos15 lramos15 added the verified Verification succeeded label Jan 26, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants
@roblourens @lramos15 @ccjmne and others