Add script to export plantuml diagram to png format #234

Merged
lars.winzer merged 3 commits from feat/51-export-plantuml-to-png-script into main 2026-04-05 11:09:46 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b043127ced - Show all commits
+2 -2
View File
@@ -8,9 +8,9 @@
"problemMatcher": [] "problemMatcher": []
}, },
{ {
"label": "Export puml to SVG", "label": "Export PlantUML to SVG",
"type": "shell", "type": "shell",
"command": "./scripts/export-plantuml.sh", "command": "./scripts/export-plantuml-to-svg.sh",
"problemMatcher": [] "problemMatcher": []
} }
] ]