Skip to content

Instantly share code, notes, and snippets.

@dahlsailrunner
Last active June 18, 2023 05:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dahlsailrunner/1765b807940e29951ea6bdfb36cd85dd to your computer and use it in GitHub Desktop.
Save dahlsailrunner/1765b807940e29951ea6bdfb36cd85dd 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