Skip to content

Instantly share code, notes, and snippets.

@rgiovani
Last active January 18, 2024 14:13
Show Gist options
  • Save rgiovani/995294bbb9e31a5d1b841579447c19fd to your computer and use it in GitHub Desktop.
Save rgiovani/995294bbb9e31a5d1b841579447c19fd to your computer and use it in GitHub Desktop.
VSCode Settings
{
"workbench.colorTheme": "Min Dark",
"symbols.hidesExplorerArrows": false,
"workbench.iconTheme": "symbols",
"editor.fontFamily": "JetBrains Mono SemiBold",
"editor.fontSize": 14,
"editor.lineHeight": 1.6,
"editor.rulers": [80, 120],
"workbench.startupEditor": "none",
"editor.renderLineHighlight": "all",
"editor.fontLigatures": true,
"workbench.editor.labelFormat": "short",
"explorer.compactFolders": false,
"editor.semanticHighlighting.enabled": false,
"breadcrumbs.enabled": false,
"workbench.activityBar.location": "hidden",
"editor.minimap.enabled": true,
"editor.scrollbar.vertical": "hidden",
"editor.scrollbar.horizontal": "auto",
"workbench.statusBar.visible": false,
"window.menuBarVisibility": "hidden",
"window.title": "${rootName}",
"window.titleBarStyle": "custom",
"window.commandCenter": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment