Skip to content

Instantly share code, notes, and snippets.

@hervehobbes
Forked from dahlsailrunner/vscode.md
Created December 30, 2024 09:11
Show Gist options
  • Save hervehobbes/0d7ac153c5c0d8ae29e505bfecad78b3 to your computer and use it in GitHub Desktop.
Save hervehobbes/0d7ac153c5c0d8ae29e505bfecad78b3 to your computer and use it in GitHub Desktop.
VS Code Notes

VS Code Notes

The following are some notes regarding my setup within VS Code for anyone that is curious.

Settings

  • Font: Cascadia Code (with ligatures)
  • Theme: Dracula -- see Extensions below
  • Workbench->Tree:Indent: 20. I like a little more indentation than is default -- it's easier to see diferrent levels / folders
  • Files->Exclude: I omit certain things from the VS Code Explorer to make focusing on the code easier:
  **/.git
  **/.svn
  **/.vs
  **/*.sln*
  **/*.user
  **/bin
  **/obj
  **/.idea

Extensions

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