

When you open the Settings editor, you can search and discover the settings you are looking for. You can also open the Settings editor from the Command Palette ( ⇧⌘P (Windows, Linux Ctrl+Shift+P)) with Preferences: Open Settings or use the keyboard shortcut ( ⌘, (Windows, Linux Ctrl+,)). On macOS - Code > Preferences > Settings.On Windows/Linux - File > Preferences > Settings.To open the Settings editor, use the following VS Code menu command: To modify user settings, you'll use the Settings editor to review and change VS Code settings. Later we'll cover Workspace settings, which will be specific to the project you're working on. In this article, we'll first describe user settings as these are your personal settings for customizing VS Code. Workspace Settings - Settings stored inside your workspace and only apply when the workspace is opened.

