Skip to content

Instantly share code, notes, and snippets.

@anova
Created August 13, 2025 16:02
Show Gist options
  • Select an option

  • Save anova/08bd5a7846b7b8e7e0e05d34b81b9cc4 to your computer and use it in GitHub Desktop.

Select an option

Save anova/08bd5a7846b7b8e7e0e05d34b81b9cc4 to your computer and use it in GitHub Desktop.
My VS Codium Settings
{
"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