Reputation: 33
I want to change letter spacing in vscode terminal, how to do that, thank you
Upvotes: 0
Views: 209
Reputation: 61
you can try add this
{"terminal.integrated.fontFamily": "monospace"}
to your setting.json
, it work for me
Upvotes: 1
Reputation: 324
you can edit https://code.visualstudio.com/docs/terminal/appearance
in your config for VSCode search for:
terminal.integrated.letterSpacing
Upvotes: 1