Set vscode font

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2025-03-01 13:53:45 +01:00
parent 1d050b009d
commit c1f502d7c6

View File

@@ -24,6 +24,7 @@
"workbench.colorTheme" = "Catppuccin Mocha";
"workbench.sideBar.location" = "right";
"workbench.activityBar.location" = "bottom";
"editor.fontFamily" = "Source Code Pro";
# Settings for all files
"files.autoSave" = "off";