Add .vscode/settings.json
& extensions.json
files to project
#41496
Labels
.vscode/settings.json
& extensions.json
files to project
#41496
Uh oh!
There was an error while loading. Please reload this page.
On all projects I work on with others I always commit a
.vscode
folder withextensions.json
andsettings.json
files so that when a colleague or outside contributor clones the repo they will be recommended to install helpful extensions and have their code automatically fixed/linted thanks to thesettings.json
config.As VS Code has such a huge marketshare (and it's close competitors are forks of VS Code and support the same files) it could make sense to add it to the project and may mean that the code quality of contributed PRs may improve as bugs, spelling mistakes and linting issues are fixed earlier.
A couple of suggested configs below, I'm sure they could be improved upon though such as adding default formatters for more file-types.
If you don't want to do this, it's fine, just a suggestion :-)
The text was updated successfully, but these errors were encountered: