helma/.vscode/settings.json

9 lines
151 B
JSON

{
"files.exclude": {
"apps/": true
},
"files.watcherExclude": {
"apps/": true
},
"java.configuration.updateBuildConfiguration": "automatic"
}