VSCode task to convert all .puml files to .svgs using helper script #164

Merged
lars.winzer merged 2 commits from chore/task-to-convert-puml-to-svg into main 2026-03-10 17:32:10 +01:00
Showing only changes of commit bce3326a0b - Show all commits
+6
View File
@@ -6,6 +6,12 @@
"type": "shell", "type": "shell",
"command": "./scripts/export-drawio.sh", "command": "./scripts/export-drawio.sh",
"problemMatcher": [] "problemMatcher": []
},
{
"label": "Export puml to SVG",
"type": "shell",
"command": "./scripts/export-plantuml.sh",
"problemMatcher": []
} }
] ]
} }