Skip to content

Instantly share code, notes, and snippets.

@cheeze2000
Last active June 8, 2025 09:56
Show Gist options
  • Save cheeze2000/a66543035a0c8c8768ce7e61cff4c5f3 to your computer and use it in GitHub Desktop.
Save cheeze2000/a66543035a0c8c8768ce7e61cff4c5f3 to your computer and use it in GitHub Desktop.
VSCode Settings
{
"breadcrumbs.enabled": false,
"editor.acceptSuggestionOnEnter": "off",
"editor.autoClosingBrackets": "never",
"editor.autoClosingDelete": "never",
"editor.autoClosingOvertype": "never",
"editor.autoClosingQuotes": "never",
"editor.cursorBlinking": "solid",
"editor.fontFamily": "Inconsolata Nerd Font",
"editor.fontSize": 17,
"editor.inlayHints.enabled": "off",
"editor.insertSpaces": false,
"editor.minimap.enabled": false,
"editor.renderWhitespace": "boundary",
"editor.stickyScroll.enabled": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.openRepositoryInParentFolders": "never",
"oneDarkPro.italic": false,
"rust-analyzer.inlayHints.closingBraceHints.enable": false,
"rust-analyzer.inlayHints.chainingHints.enable": false,
"rust-analyzer.inlayHints.genericParameterHints.const.enable": false,
"rust-analyzer.inlayHints.parameterHints.enable": false,
"rust-analyzer.inlayHints.renderColons": false,
"rust-analyzer.inlayHints.typeHints.enable": false,
"terminal.integrated.fontSize": 14,
"update.showReleaseNotes": false,
"window.commandCenter": false,
"workbench.activityBar.location": "hidden",
"workbench.colorTheme": "One Dark Pro",
"workbench.editor.showTabs": "none",
"workbench.iconTheme": "material-icon-theme",
"workbench.layoutControl.enabled": false,
"workbench.tree.indent": 15,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment