Default settings reference
Visual Studio Code comes with a set of default settings that can be overridden by user or workspace settings. You can change the default settings by using the Settings editor or by editing thesettings.json
file directly.
To view the list of default settings, run thePreferences: Open Default Settings (JSON) command from the Command Palette (⇧⌘P (Windows, LinuxCtrl+Shift+P)). This opens a read-only file nameddefaultSettings.json
that contains all the default settings in JSON format.
Related resources
07/09/2025