Programmer
Programmer

Reputation: 33

How to change letter spacing VS code terminal?

I want to change letter spacing in vscode terminal, how to do that, thank you

This is example image

Upvotes: 0

Views: 209

Answers (2)

Akhmad Kurniawan
Akhmad Kurniawan

Reputation: 61

you can try add this {"terminal.integrated.fontFamily": "monospace"} to your setting.json , it work for me

Upvotes: 1

xyos
xyos

Reputation: 324

you can edit https://code.visualstudio.com/docs/terminal/appearance

in your config for VSCode search for:

terminal.integrated.letterSpacing

enter image description here

Upvotes: 1

Related Questions