Files
buntspecht/buntspecht.code-workspace
T
2024-10-05 00:15:13 +02:00

16 lines
264 B
Plaintext

{
"folders": [
{
"path": "buntspecht-backend"
},
{
"path": "buntspecht-frontend"
}
],
"settings": {
"java.configuration.updateBuildConfiguration": "automatic",
"java.compile.nullAnalysis.mode": "disabled",
"html.autoClosingTags": false
}
}