VSCode task to convert all .puml files to .svgs using helper script #164
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