Skip to main content

VS Code Settings Reference

·160 words·1 min·
Greg Marles
Author
Greg Marles

What is this
#

Every time I reinstall VSCode on a new system I spend endless hours retooling it to my liking. I could learn to save the settings elsewhere, but that would be far too easy. Instead, I’ve created a cheat sheet for myself.

Oh wait, there it is

Add “code” to PATH
#

  • Inside VSCode, open preferences, look for “Shell”
  • Select “Install Code Command in Path”
  • Now when in a terminal, can open vscode by typing code . to open the current folder in VSCode

Remove Telemetry Tracking
#

  • Open Settings => Application => Telemetry
  • Unselect “Feedback”
  • Set Telemetry Level to “off”
  • Edit Status => Disabled (All)

Installed Extensions
#

  • Even Better TOML => tamasfe
  • Material Icon Theme => Philipp Kief
  • Pylance => Microsoft
  • Python => Microsoft
  • Python Debugger => Microsoft
  • Python Environments => Microsoft
  • Rainbow CSV => mechatroner

Preferred Font
#

  • Font Family => Fira Code
  • Font Ligatures => Enabled

Preferred Theme
#

  • March 2026 - “Plastic”
    “A screenshot of the Plastic VSCode Theme”