vscode default settings.json code example
Example 1: how to get to vscode settings.json
Go to File -> Preferences -> Settings -> Extensions
Find and click "Edit in settings.json"
------------------------OR------------------------
Hit CTRL + SHIFT + P and type "Open Settings (JSON)" and click the matching entry
Example 2: vscode settings difference user vs workspace
VS Code provides two different scopes for settings: User Settings - Settings that apply globally to any instance of VS Code you open. Workspace Settings - Settings stored inside your workspace and only apply when the workspace is opened.
Example 3: how to access vscode user settings
file >> preferences >> settings