Skip to content

Instantly share code, notes, and snippets.

@alexmuchau
Last active January 18, 2024 00:28
Show Gist options
  • Save alexmuchau/e64ed73e1a76c42b1fbe8da37fdb76de to your computer and use it in GitHub Desktop.
Save alexmuchau/e64ed73e1a76c42b1fbe8da37fdb76de to your computer and use it in GitHub Desktop.
{
// ----> GENERAL SETTINGS ----
"window.zoomLevel": 1,
"workbench.colorTheme": "Min Dark",
"symbols.hidesExplorerArrows": false,
"workbench.iconTheme": "symbols",
"workbench.startupEditor": "newUntitledFile",
"workbench.editor.labelFormat": "short",
"explorer.compactFolders": false,
"breadcrumbs.enabled": false,
// ----> LEFT PANEL ----
"workbench.activityBar.location": "hidden",
// ----> HIGHLIGHTING ----
"editor.semanticHighlighting.enabled": false,
"editor.renderLineHighlight": "gutter",
// ----> FONT CONFIGURATION ----
// "editor.fontFamily": "Fira Code",
"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": true,
"editor.lineHeight": 1.6,
// ----> VERTICAL LINES ----
"editor.rulers": [80, 120],
// ----> APC CONFIGS ----
"apc.font.family": "Inter",
"apc.listRow": {
"height": 25
},
// ----> TOP BAR CONFIGS ----
"workbench.layoutControl.enabled": false, // search bar
"window.commandCenter": false,
"tabnine.experimentalAutoImports": true,
}
@alexmuchau
Copy link
Author

update

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