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
Showing only changes of commit 25837fc869 - Show all commits
+6
View File
@@ -12,6 +12,12 @@
"type": "shell",
"command": "./scripts/export-plantuml-to-svg.sh",
"problemMatcher": []
},
{
"label": "Export PlantUML to PNG",
"type": "shell",
"command": "./scripts/export-plantuml-to-png.sh",
"problemMatcher": []
}
]
}