I am trying to use plantuml add-ons on VSCode: there are several but none of them is working. In this eample I am using the plantUML add-on.
As you can see on the second image the preview is blank.
Can you help me ?
I am trying to use plantuml add-ons on VSCode: there are several but none of them is working. In this eample I am using the plantUML add-on.
As you can see on the second image the preview is blank.
Can you help me ?
I had the same issue. My preview started working right after I installed the Java Runtime Environment (JRE).
the solution is:
You can open the diagram by hitting ALT + D to preview the PlantUML diagram on Windows and Option key + D on Mac.
Download Java Runtime . Click "Instructions"
Install graphviz
sudo apt update
sudo apt install graphviz