How to edit settings.json in Visual Studio Code?
I got stuck yesterday when I was trying to change the settings.json in Visual Studio Code becuase of not understanding there are different ways for different situations.
As I figured out, there are three ways to edit settings.json
in User Preferences (Global)
You can change the settings.json from your user preferences. This changes are global. Therefore it will affect all of your projects. Here are 2 ways to reach that global settings.json file.
- File -> Preferences -> Settings -> Extensions -> Scroll down and find "Edit in settings.json"
- Or in these paths in your OS
- Windows %APPDATA%\Code\User\settings.json
- macOS $HOME/Library/Application Support/Code/User/settings.json
- Linux $HOME/.config/Code/User/settings.json
Read full article from How to edit settings.json in Visual Studio Code?
No comments:
Post a Comment