feat: small vscode and terminal config changes

This commit is contained in:
Evar 2025-02-06 16:04:58 -05:00
parent 3120f90b5d
commit 23fd3b2b26
3 changed files with 8 additions and 2 deletions

View file

@ -68,6 +68,8 @@
userSettings = {
"window.menuBarVisibility" = "toggle";
"editor.fontFamily" = "'SF Mono', 'Droid Sans Mono', 'monospace', monospace";
"terminal.integrated.defaultProfile.linux" = "fish";
"terminal.external.linuxExec" = "fish";
# instead of dling a copy of rust analyzer, use the one from where we launched vscode