Add: 'Export drawio to SVG'-task, executable via vscode
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Export drawio to SVG",
|
||||
"type": "shell",
|
||||
"command": "./scripts/export-drawio.sh",
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user