Skip to content

Instantly share code, notes, and snippets.

@ikidoncc
Last active May 26, 2024 08:36
Show Gist options
  • Save ikidoncc/a7688a37cae714ce98f51cb63b9cd79c to your computer and use it in GitHub Desktop.
Save ikidoncc/a7688a37cae714ce98f51cb63b9cd79c to your computer and use it in GitHub Desktop.
Visual Studio Code - Basic Config
{
// Extensions: Eslint, GitLens, Rose Pine, Symbols, prisma inside, prisma, Tailwincss
"breadcrumbs.enabled": false,
"editor.scrollbar.horizontal": "hidden",
"editor.scrollbar.vertical": "hidden",
"editor.minimap.enabled": false,
"editor.fontFamily": "JetBrainsMono",
"editor.fontSize": 14,
"editor.lineHeight": 20,
"editor.fontLigatures": true,
"editor.rulers": [80,120],
"editor.semanticHighlighting.enabled": false,
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll": "always",
"source.organizeImports": "always"
},
"explorer.compactFolders": false,
"terminal.integrated.fontSize": 14,
"terminal.integrated.lineHeight": 1,
"symbols.hidesExplorerArrows": false,
"window.title": "I Love You",
"window.titleBarStyle": "custom",
"window.menuBarVisibility": "compact",
"window.commandCenter": false,
"workbench.layoutControl.enabled": false,
"workbench.editor.labelFormat": "short",
"workbench.colorTheme": "Rosé Pine Moon",
"workbench.iconTheme": "symbols",
"workbench.sideBar.location": "right",
"workbench.activityBar.location": "hidden",
}
@ikidoncc
Copy link
Author

New configurations

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