use monospace in vscode terminal
This commit is contained in:
parent
583fcbc193
commit
3ed377af16
2 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
- clean:
|
||||
~/:
|
||||
~/.config:
|
||||
recursive: true
|
||||
recursive: true
|
||||
|
||||
- link:
|
||||
~/.xprofile: xprofile
|
||||
|
|
|
@ -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"
|
||||
}
|
Loading…
Reference in a new issue