Skip to content

Commit

Permalink
Change terminal fontFamily
Browse files Browse the repository at this point in the history
Weird issue where underscores don't display with default font:
microsoft/vscode#35901
  • Loading branch information
thisisrandy committed Oct 27, 2019
1 parent 4b3e2a1 commit d31e84f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vscode-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -563,5 +563,6 @@
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.minimap.enabled": false
"editor.minimap.enabled": false,
"terminal.integrated.fontFamily": "monospace"
}

0 comments on commit d31e84f

Please sign in to comment.