Skip to content

Commit

Permalink
Add nerd fonts to editor also
Browse files Browse the repository at this point in the history
  • Loading branch information
3x10RaiseTo8 committed Jul 5, 2024
1 parent 485b822 commit 2379a9c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions vscode/.config/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"comments": false,
"strings": true
},
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace",
"editor.fontFamily": "'FiraMono Nerd Font', 'Fira Code', 'Droid Sans Mono', monospace",
"window.titleBarStyle": "custom",
// Workbench
"workbench.sideBar.location": "right",
Expand Down Expand Up @@ -70,9 +70,7 @@
},
"editor.semanticHighlighting.enabled": true
},
"remote.SSH.defaultExtensions": [
"gitpod.gitpod-remote-ssh"
],
"remote.SSH.defaultExtensions": ["gitpod.gitpod-remote-ssh"],
"remote.SSH.remotePlatform": {
"*.gitpod.io": "linux"
},
Expand Down

0 comments on commit 2379a9c

Please sign in to comment.