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