Skip to content

Instantly share code, notes, and snippets.

@avilyre
Last active February 7, 2024 15:28
Show Gist options
  • Save avilyre/d8ca2f7421efb918a91f6d3c69d840d1 to your computer and use it in GitHub Desktop.
Save avilyre/d8ca2f7421efb918a91f6d3c69d840d1 to your computer and use it in GitHub Desktop.
settings.json
{
"editor.fontFamily": "Fira Code",
"editor.lineHeight": 1.8,
"editor.fontLigatures": true,
"editor.renderLineHighlight": "all",
"editor.tabSize": 2,
"editor.semanticHighlighting.enabled": false,
"editor.scrollbar.horizontal": "hidden",
"editor.scrollbar.vertical": "hidden",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"workbench.iconTheme": "symbols",
"workbench.statusBar.visible": false,
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Aura Dark (Soft Text)",
"workbench.editor.labelFormat": "short",
"explorer.compactFolders": false,
"breadcrumbs.enabled": false,
"symbols.hidesExplorerArrows": false,
"window.customTitleBarVisibility": "auto",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment