Skip to content

Instantly share code, notes, and snippets.

@filipearray
Last active May 11, 2024 02:01
Show Gist options
  • Save filipearray/cf2f69733095c9560b280c66cb9dfd48 to your computer and use it in GitHub Desktop.
Save filipearray/cf2f69733095c9560b280c66cb9dfd48 to your computer and use it in GitHub Desktop.
filipearray VSCode Settings
{
"files.autoSave": "afterDelay",
"editor.fontFamily": "JetBrains Mono",
"workbench.colorTheme": "Min Dark",
"editor.lineHeight": 1.8,
"editor.rulers": [80, 120],
"workbench.startupEditor": "newUntitledFile",
"editor.renderLineHighlight": "gutter",
"editor.fontLigatures": true,
"workbench.editor.labelFormat": "short",
"explorer.compactFolders": false,
"editor.semanticHighlighting.enabled": false,
"breadcrumbs.enabled": false,
"workbench.activityBar.location": "hidden",
"editor.minimap.enabled": false,
"editor.scrollbar.vertical": "hidden",
"editor.scrollbar.horizontal": "hidden",
"window.commandCenter": false,
"workbench.layoutControl.enabled": false,
"apc.header": {
"height": 36
},
"apc.listRow": {
"height": 24
},
"apc.font.family": "Inter",
"apc.stylesheet": {
".title-label > h2": "display: none",
".pane-body": "padding: 8px",
".editor-actions": "display: none"
}
}
@filipearray
Copy link
Author

Extensions: Min Theme, Prettier, WSL, REST Client, Live Share, Live Server, Go, GitLens, Discord Presence, Color Highlight,
Auto Rename Tag and Apc Customize UI++. Min Theme (just for style) and Apc Customize UI++ (VSCode CSS handling)
are required for these settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment