open settings json vscode 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: reset vscode settings
Press F1
Type user settings
Press enter
Click the "sheet" icon to open the settings.json file:
From there you can delete the file's contents and save to reset your settings.
Restart VSCode and your settings will be reset