We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
To format JSON on save in VS code, just add ths to your settings.json
file:
{
"[json]": {
"editor.formatOnSave": true
},
"[jsonc]": {
"editor.formatOnSave": true
},
}
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.