I’ll introduce how to install PlantUML in Visual Studio Code (VSCode). (macOS Edition)
I wanted to use PlantUML, an open-source tool that lets you write UML with simple text files in my local environment, so I installed the VSCode extension.
brew install openjdk
brew install graphviz
ext install plantuml
That’s all from the Gemba, for those who want to use PlantUML in VSCode.