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