Skip to content

Instantly share code, notes, and snippets.

@wilsonowilson
Created January 2, 2024 14:56
Show Gist options
  • Save wilsonowilson/13c61cd9cf164723eaba3a39456604f1 to your computer and use it in GitHub Desktop.
Save wilsonowilson/13c61cd9cf164723eaba3a39456604f1 to your computer and use it in GitHub Desktop.
Minimal Vscode w/ APC extension
{
"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,
}
@wilsonowilson
Copy link
Author

You need to install the APC extension to make this work!

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