Skip to content

Instantly share code, notes, and snippets.

@jairusjoer
Last active January 19, 2025 17:26
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,
"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,
"github.copilot.enable": {
"markdown": 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.layoutControl.type": "menu",
"workbench.navigationControl.enabled": false,
"workbench.startupEditor": "none",
"workbench.tree.indent": 22,
"workbench.tree.renderIndentGuides": "none",
}
@jairusjoer
Copy link
Author

jairusjoer commented Nov 5, 2024

(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