helma/.vscode/settings.json

7 lines
111 B
JSON
Raw Normal View History

2023-03-05 15:54:15 +01:00
{
"files.watcherExclude": {
"apps/": true
},
"java.configuration.updateBuildConfiguration": "automatic"
2023-03-05 15:54:15 +01:00
}