For example I want to force VS Code to always add an empty line at the end of all files on save.
I have to:
- Open VS Code
- Go to preferences
- Search for
Insert Finale Newline
- Check it
Can I use bash to set this an other settings?
The reason I'm asking for this, is that we want to create a configure-vs-code.sh
script that we can run on any VS Code to configure it as we want.