VScode安装plantUML和graphviz的安装MAC

brew install graphviz

VScode安装plantUML和graphviz的安装MAC_第1张图片

解决方法1:brew update

通过指令测试:dot -v

VScode安装plantUML和graphviz的安装MAC_第2张图片

同时配置了graphviz环境变量(但是对与画图没什么影响,以后可以不用配置)

subl ~/.bash_profile
export GRAPHVIZ_DIR=/opt/homebrew/Cellar/graphviz/5.0.1/bin
export PATH=$PATH:$GRAPHVIZ_DIR:$MAVEN_HOME/bin:/Users/alsc/IdeaTool/gradle/gradle-4.2.1/bin
source ~/.bash_profile

VScode的设置模式改成setting.json模式的方式如下所示。

VScode安装plantUML和graphviz的安装MAC_第3张图片

plant预览过程中警告检索不到Times字体,这是因为老版本的javaJDK包需要这个已经不被维护的Times字体&#x

你可能感兴趣的:(uml)