Skip to content

Instantly share code, notes, and snippets.

@jonascarvalh
Last active May 2, 2024 13:44
Show Gist options
  • Save jonascarvalh/dbb3bec9ee239b09cd857148a12ad7f7 to your computer and use it in GitHub Desktop.
Save jonascarvalh/dbb3bec9ee239b09cd857148a12ad7f7 to your computer and use it in GitHub Desktop.
VSCode Settings 2024
{
"window.zoomLevel": 1,
"editor.minimap.enabled": false,
"symbols.hidesExplorerArrows": false,
"workbench.iconTheme": "symbols",
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 12,
"editor.lineHeight": 1.8,
"editor.rulers": [80, 128],
"workbench.startupEditor": "newUntitledFile",
"editor.renderLineHighlight": "gutter",
"files.autoSave": "afterDelay",
"explorer.compactFolders": false,
"editor.fontLigatures": true,
"window.menuBarVisibility": "compact",
"workbench.layoutControl.enabled": false,
"workbench.activityBar.location": "default",
"workbench.colorTheme": "One Dark Pro Darker",
"apc.stylesheet": {
".title-label > h2": "display: none",
".editor-actions": "display: none",
".pane-body": "padding: 4px",
".pane-header": "padding: 0 8px"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment