Add: VSCode task for plantuml to png export script
This commit is contained in:
Vendored
+6
@@ -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": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user