Created
April 29, 2024 19:18
-
-
Save Gabryel8818/c3f7cf73873116b7f1cd54cfc79a50f8 to your computer and use it in GitHub Desktop.
My VScode Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"window.zoomLevel": 1, | |
"symbols.hidesExplorerArrows": false, | |
"workbench.iconTheme": "material-icon-theme", | |
"editor.fontFamily": "Firacode Mono Medium", | |
"editor.fontSize": 14, | |
"editor.lineHeight": 1.8, | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.renderLineHighlight": "gutter", | |
"editor.fontLigatures": true, | |
"workbench.editor.labelFormat": "short", | |
"explorer.compactFolders": false, | |
"editor.semanticHighlighting.enabled": false, | |
"breadcrumbs.enabled": true, | |
"editor.minimap.enabled": false, | |
"editor.scrollbar.horizontal": "auto", | |
"editor.scrollbar.vertical": "auto", | |
"apc.electron": { | |
"titleBarStyle": "hiddenInset" | |
}, | |
"apc.stylesheet": { | |
".title-label > h2": "display: none", | |
".editor-actions": "display: none", | |
".nosidebar .inline-tabs-placeholder": "width: 75px", | |
".pane-header": "padding: 0 8px", | |
".pane-body": "padding: 8px", | |
".split-view-view:first-child .pane-header": "display: none !important;", | |
".monaco-list-row": "border-radius: 4px;", | |
".monaco-workbench .monaco-list:not(.element-focused):focus:before": "display: none;" | |
}, | |
"window.commandCenter": false, | |
"workbench.layoutControl.enabled": false, | |
"explorer.fileNesting.enabled": true, | |
"explorer.fileNesting.patterns": { | |
"package.json": ".eslint*, prettier*, tsconfig*, vite*, pnpm-lock*, bun.lockb, nest*", | |
"tailwind.config.js": "tailwind.config*, postcss.config*", | |
".env.local": ".env*", | |
".env": ".env*", | |
"Dockerfile" : "*Dockerfile*", | |
}, | |
"terminal.integrated.fontSize": 14, | |
"terminal.integrated.fontFamily": "FiraCode Nerd Font", | |
"workbench.colorTheme": "Dracula" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment