diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 0dd7b8d..77784cf 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -12,6 +12,12 @@ "type": "shell", "command": "./scripts/export-plantuml-to-svg.sh", "problemMatcher": [] + }, + { + "label": "Export PlantUML to PNG", + "type": "shell", + "command": "./scripts/export-plantuml-to-png.sh", + "problemMatcher": [] } ] } \ No newline at end of file