Skip to content

Integrated Terminal does not accept non-integer values for font size #41109

@sabriele

Description

@sabriele

Probably similar to issue raised in #35991 as well as the other issues referenced in that issue.
Raising issue because the majority of other users affected seem to be running on Windows. Also, am on version 1.19.1 and it still doesn't seem to be fixed for me (I believe the others have had it fixed by 1.17.2).

  • VSCode Version: 1.19.1
  • OS Version: macOS High Sierra 10.13.2 (17C88)
  • Reproduces without extensions: Yes

Integrated Terminal font size does not change when decimals are added to it (13 px and 13.2 px looks the same). This is unlike the corresponding Editor font size which shows a clear difference between two font sizes that are separated by even one decimal point e.g. 13.2 px and 13.3 px.

Steps to Reproduce:

  1. In User Settings, set
"editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace",
"terminal.integrated.fontFamily": "", // defaults to editor.fontFamily's value.
"window.zoomLevel": -1,
"editor.fontSize": 13.2,
"terminal.integrated.fontSize": 13.2
  1. Screenshot below shows that the Integrated Terminal's font looks a bit horizontally squished. (The text "terminal.integrated.fontSize": 12, has been placed both in the Editor and Integrated Terminal for easy comparison.)

screen shot 2018-01-04 at 12 41 05 am

Metadata

Metadata

Assignees

Labels

*as-designedDescribed behavior is as designedterminalGeneral terminal issues that don't fall under another label

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions