Visual Studio Code gives us two different scopes for development settings.
- User Settings - Global Settings for Visual Studio Code
- Workspace Settings - Workspace Settings stored inside your workspace
User Settings in Visual Studio Code
User Settings Path:
Windows:
%APPDATA%\Code\User\settings.jsonFor a complete list of settings take a look at
https://vscode.readthedocs.io/en/latest/getstarted/settings/

0 Comments