Add VS Code PlantUML workspace settings

This commit is contained in:
Mike Kell 2026-03-28 21:14:44 -04:00
parent e86db579d0
commit f0d214f277
1 changed files with 8 additions and 0 deletions

8
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"plantuml.render": "PlantUMLServer",
"plantuml.server": "https://plantuml.kellsupport.com",
"plantuml.exportFormat": "svg",
"files.associations": {
"*.puml": "plantuml"
}
}