Skip to content

Instantly share code, notes, and snippets.

@aridanpantoja
Last active February 18, 2024 21:33
Show Gist options
  • Save aridanpantoja/703d43e03f11e2c4bc8661c97b930c48 to your computer and use it in GitHub Desktop.
Save aridanpantoja/703d43e03f11e2c4bc8661c97b930c48 to your computer and use it in GitHub Desktop.
My Vscode Config
{
"workbench.colorTheme": "Min Dark",
"symbols.hidesExplorerArrows": false,
"workbench.iconTheme": "symbols",
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 14,
"editor.lineHeight": 1.8,
"workbench.startupEditor": "newUntitledFile",
"editor.renderLineHighlight": "line",
"editor.fontLigatures": true,
"workbench.editor.labelFormat": "short",
"explorer.compactFolders": false,
"editor.semanticHighlighting.enabled": false,
"breadcrumbs.enabled": false,
"workbench.activityBar.location": "hidden",
"editor.minimap.enabled": false,
"editor.scrollbar.vertical": "hidden",
"editor.scrollbar.horizontal": "hidden",
"workbench.statusBar.visible": false,
"window.commandCenter": false,
"workbench.layoutControl.enabled": false,
"window.titleBarStyle": "custom",
"terminal.integrated.fontSize": 14,
"terminal.integrated.fontFamily": "JetBrainsMono Nerd Font",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always",
"source.organizeImports": "always",
"source.addMissingImports": "always"
},
"editor.wordWrap": "on",
"terminal.integrated.env.windows": {},
"console-ninja.featureSet": "Community",
"typescript.updateImportsOnFileMove.enabled": "always",
"javascript.updateImportsOnFileMove.enabled": "always"
}
@aridanpantoja
Copy link
Author

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