From 25837fc869e3df48628592596e5af8bc5a727559 Mon Sep 17 00:00:00 2001 From: Lars Simon Winzer Date: Sun, 5 Apr 2026 11:04:23 +0200 Subject: [PATCH] Add: VSCode task for plantuml to png export script --- .vscode/tasks.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 0dd7b8d..77784cf 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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": [] } ] } \ No newline at end of file