'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

  1. Go to File --> Preferences --> Settings
  2. Search for plantuml and you will be presented by screen below
  3. Change export format
  4. Set output folder, default is out
  5. uncheck the box if you don't want subfolder created, check if you want subfolder
  6. Test

enter image description here

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