Add: Add filename suffix to existing plantuml to svg export script

This commit is contained in:
Lars Simon Winzer
2026-04-05 11:02:29 +02:00
parent 6d19b89351
commit b043127ced
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -8,9 +8,9 @@
"problemMatcher": [] "problemMatcher": []
}, },
{ {
"label": "Export puml to SVG", "label": "Export PlantUML to SVG",
"type": "shell", "type": "shell",
"command": "./scripts/export-plantuml.sh", "command": "./scripts/export-plantuml-to-svg.sh",
"problemMatcher": [] "problemMatcher": []
} }
] ]