{ "version": "2.0.0", "tasks": [ { "label": "Export drawio to SVG", "type": "shell", "command": "./scripts/export-drawio.sh", "problemMatcher": [] }, { "label": "Export PlantUML to SVG", "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": [] } ] }