Add: VSCode task for plantuml to png export script
This commit is contained in:
Vendored
+6
@@ -12,6 +12,12 @@
|
|||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "./scripts/export-plantuml-to-svg.sh",
|
"command": "./scripts/export-plantuml-to-svg.sh",
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Export PlantUML to PNG",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "./scripts/export-plantuml-to-png.sh",
|
||||||
|
"problemMatcher": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user