Created
February 4, 2025 20:52
-
-
Save thompsonemerson/e3f343587fe3d2bfc86515b1422637b9 to your computer and use it in GitHub Desktop.
VS Code | Compact 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
| { | |
| "windown.zoomLevel": 1, | |
| "window.commandCenter": false, | |
| "workbench.colorTheme": "Min Dark", | |
| "workbench.iconTheme": "symbols", | |
| "workbench.startupEditor": "newUntitledFile", | |
| "workbench.editor.labelFormat": "short", | |
| "workbench.activityBar.location": "top", | |
| "workbench.statusBar.visible": false, | |
| "workbench.layoutControl.enabled": false, | |
| "terminal.integrated.fontSize": 14, | |
| "terminal.integrated.fontFamily": "Hack Nerd Font Mono", | |
| "symbols.hidesExplorerArrows": false, | |
| "editor.fontFamily": "JetBrains Mono", | |
| "editor.fontLigatures": true, | |
| "editor.fontSize": 14, | |
| "editor.lineHeight": 1.4, | |
| "editor.rulers": [80, 120], | |
| "editor.renderLineHighlight": "gutter", | |
| "editor.semanticHighlighting.enabled": false, | |
| "editor.minimap.enabled": false, | |
| "editor.scrollbar.vertical": "hidden", | |
| "editor.scrollbar.horizontal": "hidden", | |
| "explorer.compactFolders": false, | |
| "explorer.fileNesting.enabled": true, | |
| "explorer.fileNesting.patterns": { | |
| "package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml, eslint*, prettier*, tsconfig*, vite*", | |
| "tailwind.config*": "tailwind*, components*, postcss.config*", | |
| "next.config*": "next-env*", | |
| ".env": ".env*", | |
| }, | |
| "breadcrumbs.enabled": false, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment