Skip to content

Commit

Permalink
feat: Add Nerd-Font Symbols to VSCode Editor Config #2196 (#2198)
Browse files Browse the repository at this point in the history
  • Loading branch information
mheuvel-dev authored Feb 13, 2025
1 parent 2e1db3b commit e06ba2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_files/dx/etc/skel/.config/Code/User/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"window.titleBarStyle": "custom",
"editor.fontFamily": "'Cascadia Code', 'Droid Sans Mono', 'monospace', monospace",
"editor.fontFamily": "'Cascadia Code', 'Droid Sans Mono', 'monospace', monospace, 'Symbols Nerd Font Mono'",
"update.mode": "none"
}

0 comments on commit e06ba2c

Please sign in to comment.