Add: VSCode task to export all puml files to svgs with helper script
This commit is contained in:
Vendored
+6
@@ -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": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user