Browse Source

chore(vscode): 添加 PlantUML 服务器配置

- 在项目中添加 .vscode/settings.json 文件
- 配置 PlantUML 服务器地址为 http://www.plantuml.com/plantuml
18460000105 5 months ago
parent
commit
7101949d41
2 changed files with 3 additions and 0 deletions
  1. 3 0
      .vscode/settings.json
  2. 0 0
      TEST.md

+ 3 - 0
.vscode/settings.json

@@ -0,0 +1,3 @@
+{
+    "plantuml.server":"http://www.plantuml.com/plantuml"
+}

+ 0 - 0
TEST.md