Add: VSCode task to export all puml files to svgs with helper script

This commit is contained in:
Lars Simon Winzer
2026-03-10 17:29:37 +01:00
parent 2183241e08
commit bce3326a0b
+6
View File
@@ -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": []
}
]
}