VS Code Cheat Sheet/Open Settings UI

Search and edit settings through the UI.

Section: Settings, Debugging, and Git

Open Settings UI

text
text
Windows/Linux: Ctrl+,
macOS: Cmd+,

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Settings, Debugging, and Git
Enable format on save
Format files automatically when saved.
OpenIn sheetjsonsame section
Start debugging
Launch the current debug configuration.
OpenIn sheettextsame section
Basic Node.js launch.json
Minimal launch config for debugging a Node script.
OpenIn sheetjsonsame section
Open Source Control view
Jump to the SCM panel quickly.
OpenIn sheettextsame section
Open Command Palette
Run any VS Code command quickly.
Delete line
Remove the current line quickly.