Created
January 2, 2024 14:56
-
-
Save wilsonowilson/13c61cd9cf164723eaba3a39456604f1 to your computer and use it in GitHub Desktop.
Minimal Vscode w/ APC extension
This file contains 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
{ | |
"workbench.colorTheme": "Aura Dark", | |
"workbench.iconTheme": "material-icon-theme", | |
"editor.fontFamily": "'Geist Mono', Menlo, Monaco, 'Courier New', monospace", | |
"apc.listRow": { | |
"height": 24, | |
"fontSize": 11 | |
}, | |
"window.titleBarStyle": "native", | |
"apc.font.family": "Geist Mono", | |
"apc.electron": { | |
"titleBarStyle": "hiddenInset", | |
"trafficLightPosition": { | |
"x": 9, | |
"y": 9 | |
} | |
}, | |
"workbench.sideBar.location": "right", | |
"apc.activityBar": { | |
"position": "top", | |
"size": 36 | |
}, | |
"breadcrumbs.enabled": false, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to install the APC extension to make this work!