Add VS Code PlantUML workspace settings
This commit is contained in:
parent
e86db579d0
commit
f0d214f277
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"plantuml.render": "PlantUMLServer",
|
||||||
|
"plantuml.server": "https://plantuml.kellsupport.com",
|
||||||
|
"plantuml.exportFormat": "svg",
|
||||||
|
"files.associations": {
|
||||||
|
"*.puml": "plantuml"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue