From bce3326a0b8c16994f1e3896700af282a30842de Mon Sep 17 00:00:00 2001 From: Lars Simon Winzer Date: Tue, 10 Mar 2026 17:29:37 +0100 Subject: [PATCH] Add: VSCode task to export all puml files to svgs with helper script --- .vscode/tasks.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 101c28b..5c91f72 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -6,6 +6,12 @@ "type": "shell", "command": "./scripts/export-drawio.sh", "problemMatcher": [] + }, + { + "label": "Export puml to SVG", + "type": "shell", + "command": "./scripts/export-plantuml.sh", + "problemMatcher": [] } ] } \ No newline at end of file