feat: looking glass, fonts, more comments and documentation

This commit is contained in:
Evar 2025-01-20 03:16:11 -05:00
parent 05d7340746
commit d094ec0247
5 changed files with 236 additions and 67 deletions

View file

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