- 在项目中添加 .vscode/settings.json 文件 - 配置 PlantUML 服务器地址为 http://www.plantuml.com/plantuml
@@ -0,0 +1,3 @@
+{
+ "plantuml.server":"http://www.plantuml.com/plantuml"
+}