Files
familienarchiv/.vscode/settings.json
Marcel 66c1998d2f
Some checks failed
CI / OCR Service Tests (push) Successful in 58s
CI / Backend Unit Tests (push) Failing after 3m24s
CI / Unit & Component Tests (push) Failing after 12m42s
docs(c4): add VS Code PlantUML server config and diagram index
2026-05-06 22:52:21 +02:00

6 lines
207 B
JSON

{
"java.configuration.updateBuildConfiguration": "interactive",
"java.compile.nullAnalysis.mode": "automatic",
"plantuml.render": "PlantUMLServer",
"plantuml.server": "http://heim-nas:8500"
}