The following are some notes regarding my setup within VS Code for anyone that is curious.
- 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
- Terminal->Integrated: Font Familiy: 'MesloLGS NF'. I have a separate gist for Terminal Settings.
- Dracula Official: This is the color theme I use
- C#: C# tooling for VS Code.
- vscode-icons: This is the theme for all of the file icons seen in the explorer view
- NuGet Package Manager: Makes it easy to add package references from command palette.