'Plant UML in Visual Studio Code // Config file
I'm using Plant UML in VS-Code to generate diagrams: https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml
I want to edit the global default extension setting:
- Set input folder for the .puml files and ...
- the output folder for the generated .png files
Question: I can't find the config file with the Export Settings for PlantUML in VS Code. Where could I find it, or how shall it be set up correctly to work with the IDE?
Solution 1:[1]
On vscode
- Go to File --> Preferences --> Settings
- Search for plantuml and you will be presented by screen below
- Change export format
- Set output folder, default is out
- uncheck the box if you don't want subfolder created, check if you want subfolder
- Test
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | NoloMokgosi |

