Add: VSCode task for plantuml to png export script

This commit is contained in:
Lars Simon Winzer
2026-04-05 11:04:23 +02:00
parent 6456e86f07
commit 25837fc869
+6
View File
@@ -12,6 +12,12 @@
"type": "shell", "type": "shell",
"command": "./scripts/export-plantuml-to-svg.sh", "command": "./scripts/export-plantuml-to-svg.sh",
"problemMatcher": [] "problemMatcher": []
},
{
"label": "Export PlantUML to PNG",
"type": "shell",
"command": "./scripts/export-plantuml-to-png.sh",
"problemMatcher": []
} }
] ]
} }