use monospace in vscode terminal

This commit is contained in:
Crispy 2022-05-08 15:33:33 +02:00
parent 583fcbc193
commit 3ed377af16
2 changed files with 3 additions and 2 deletions

View file

@ -6,7 +6,7 @@
- clean:
~/:
~/.config:
recursive: true
recursive: true
- link:
~/.xprofile: xprofile

View file

@ -38,5 +38,6 @@
"rust-analyzer.inlayHints.parameterHints": false,
"C_Cpp.renameRequiresIdentifier": false,
"window.zoomLevel": 1,
"editor.renderWhitespace": "all"
"editor.renderWhitespace": "all",
"terminal.integrated.fontFamily": "monospace"
}