feat(vscode): update font size

This commit is contained in:
2026-04-06 20:42:34 +01:00
parent 3481125919
commit 6bb29b7539

View File

@@ -3,5 +3,6 @@
"python.defaultInterpreterPath": "/sbin/python3.14",
"git.autofetch": true,
"explorer.confirmDelete": false,
"git.confirmSync": false
"git.confirmSync": false,
"editor.fontSize": 12
}