brew install --cask temurin
brew install graphviz
After that:
- open VS code, and then
- install plantuml markdown plugin and other plantuml plugin as needed
- search for
plantuml - find
PlantUML: Command Args - open it
Add following:
{
"plantuml.server": "https://www.plantuml.com/plantuml",
"plantuml.render": "PlantUMLServer"
}