Add: 'Export drawio to SVG'-task, executable via vscode

This commit is contained in:
Lars Simon Winzer
2026-03-09 18:06:19 +01:00
parent bf6873cfd7
commit 8579f15868
+11
View File
@@ -0,0 +1,11 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Export drawio to SVG",
"type": "shell",
"command": "./scripts/export-drawio.sh",
"problemMatcher": []
}
]
}