Skip to content

Instantly share code, notes, and snippets.

@jairusjoer
Last active May 4, 2025 19:40
Show Gist options
  • Save jairusjoer/cca487e7adcdcfb6d4cabd859f578a1a to your computer and use it in GitHub Desktop.
Save jairusjoer/cca487e7adcdcfb6d4cabd859f578a1a to your computer and use it in GitHub Desktop.
My personal configuration for Visual Studio Code
{
"breadcrumbs.enabled": false,
"catppuccin-icons.hidesExplorerArrows": true,
"chat.commandCenter.enabled": false,
"diffEditor.ignoreTrimWhitespace": false,
"diffEditor.maxComputationTime": 0,
"editor.bracketPairColorization.enabled": false,
"editor.cursorBlinking": "phase",
"editor.cursorSmoothCaretAnimation": "on",
"editor.fontFamily": "JetBrainsMono Nerd Font",
"editor.fontLigatures": true,
"editor.fontSize": 12,
"editor.guides.indentation": false,
"editor.lineHeight": 1.625,
"editor.linkedEditing": true,
"editor.minimap.enabled": false,
"editor.renderWhitespace": "none",
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.eol": "\n",
"files.trimTrailingWhitespace": true,
"git.autofetch": true,
"git.autofetchPeriod": 60,
"git.autoStash": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"html.format.indentHandlebars": true,
"html.format.indentInnerHtml": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"markdown.preview.lineHeight": 1.5,
"markdown.preview.typographer": true,
"scm.inputFontSize": 12,
"telemetry.telemetryLevel": "off",
"terminal.integrated.fontSize": 12,
"terminal.integrated.lineHeight": 1.25,
"typescript.preferences.preferTypeOnlyAutoImports": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"window.dialogStyle": "custom",
"window.title": "${profileName}${separator}${rootName}${separator}${activeEditorShort}",
"window.titleBarStyle": "custom",
"window.titleSeparator": " • ",
"workbench.activityBar.location": "top",
"workbench.colorCustomizations": {
"button.separator": "#313244",
"editor.foldBackground": "#31324480",
"editorGroup.border": "#313244",
"editorGroupHeader.tabsBackground": "#181825",
"editorOverviewRuler.background": "#1e1e2e",
"editorOverviewRuler.border": "#ffffff00",
"editorRuler.foreground": "#313244",
"panel.background": "#181825",
"panel.border": "#ffffff00",
"statusBar.background": "#181825",
"terminal.background": "#181825",
"textBlockQuote.background": "#ffffff00",
"textCodeBlock.background": "#181825",
"titleBar.activeBackground": "#181825",
"titleBar.inactiveBackground": "#181825"
},
"workbench.colorTheme": "Catppuccin Mocha",
"workbench.iconTheme": "catppuccin-mocha",
"workbench.layoutControl.enabled": false,
"workbench.navigationControl.enabled": false,
"workbench.startupEditor": "none",
"workbench.tree.indent": 22,
"workbench.tree.renderIndentGuides": "none",
}
@jairusjoer
Copy link
Author

Screenshot 2025-05-04 at 21 40 01

(Extensions other than those mentioned in this comment are excluded from this configuration)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment