projet-donnees-reparties/.vscode/settings.json

12 lines
281 B
JSON
Raw Normal View History

2021-11-27 19:25:43 +00:00
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/*.class": true
},
"java.configuration.updateBuildConfiguration": "automatic"
2021-11-27 19:25:43 +00:00
}