Skip to content

Instantly share code, notes, and snippets.

@orpheustaken
Last active March 16, 2024 23:41
Show Gist options
  • Save orpheustaken/867b203e84cbb205f0ce3237c6d08a10 to your computer and use it in GitHub Desktop.
Save orpheustaken/867b203e84cbb205f0ce3237c6d08a10 to your computer and use it in GitHub Desktop.
VSCode configs
{
"editor.minimap.enabled": false,
"editor.cursorStyle": "block-outline",
"workbench.startupEditor": "none",
"security.workspace.trust.untrustedFiles": "open",
"editor.fontFamily": "Fira Code",
"editor.fontSize": 15,
"editor.fontLigatures": true,
"explorer.compactFolders": false,
"editor.smoothScrolling": true,
"workbench.list.smoothScrolling": true,
"editor.cursorSmoothCaretAnimation": "on",
"editor.fastScrollSensitivity": 10,
"editor.scrollbar.horizontalScrollbarSize": 10,
"editor.scrollbar.verticalScrollbarSize": 10,
"window.menuBarVisibility": "toggle",
"workbench.tree.renderIndentGuides": "always",
"scm.autoReveal": false,
"explorer.autoReveal": false,
"workbench.tree.indent": 20,
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#00ffff"
},
"telemetry.telemetryLevel": "off",
"workbench.panel.defaultLocation": "right",
"files.autoSave": "afterDelay",
"editor.formatOnSave": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment