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",
|
"type": "shell",
|
||||||
"command": "./scripts/export-drawio.sh",
|
"command": "./scripts/export-drawio.sh",
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Export puml to SVG",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "./scripts/export-plantuml.sh",
|
||||||
|
"problemMatcher": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user