Created
August 13, 2025 16:02
-
-
Save anova/08bd5a7846b7b8e7e0e05d34b81b9cc4 to your computer and use it in GitHub Desktop.
My VS Codium Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "files.autoSave": "off", | |
| "terminal.integrated.fontSize": 16, | |
| "scm.inputFontSize": 18, | |
| "chat.editor.fontSize": 18, | |
| "chat.editor.lineHeight": 22, | |
| "workbench.settings.useSplitJSON": true, | |
| "window.zoomLevel": 2, | |
| "editor.fontFamily": "'Cascadia Mono',Consolas, monospace", | |
| "editor.fontSize": 16, | |
| "git.confirmSync": false, | |
| "window.menuBarVisibility": "compact" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment