Trying to use PlantUML in VS Code and the preview current diaghram is not rendering.

0 votes
asked Jan 21, 2022 in Question / help by anonymous

I have the following code that will not show in preview. I have installed Graphviz with no luck. Any suggestions?

test.plantuml

@startuml Hello World

title Test Overview

A -> B : Hello World

@enduml

1 Answer

0 votes
answered Jan 21, 2022 by The-Lu (64,760 points)

Hello A.,

  • What is your VS Code extension?
  • Have you installed `java`?
  • [If using: jebbs.plantuml] Have you configure: `plantuml.render` or  `plantuml.server`?

Then:

Please better ask your question on the PlantUML VSCode extension project.

And see perhaps similar issues here:

If that can help,
Regards.

...