kell_creations/.vscode/settings.json

8 lines
188 B
JSON

{
"plantuml.render": "PlantUMLServer",
"plantuml.server": "https://plantuml.kellsupport.com",
"plantuml.exportFormat": "svg",
"files.associations": {
"*.puml": "plantuml"
}
}