PlantUML 通过代理从 URL 包含

Wur*_*ppi 5 plantuml visual-studio-code

I\xc2\xb4m 在 PlantUML 中有一个图表(在 VSCode@Windows 10 中编辑)并且有一个

\n
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Deployment.puml\n
Run Code Online (Sandbox Code Playgroud)\n

在里面。Im\xc2\xb4m 有插件

\n
PlantUML\nv2.16.0\n
Run Code Online (Sandbox Code Playgroud)\n

安装并现在尝试用它预览它。我\xc2\xb4m 得到的是一个错误

\n
Cannot open URL https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Deployment.puml\n
Run Code Online (Sandbox Code Playgroud)\n

当我通过 VSCode 终端卷曲该地址时,我\xc2\xb4m 得到结果。VSCode 设置

\n
Use the proxy support for extensions.\n
Run Code Online (Sandbox Code Playgroud)\n

已开启

\n
\n

“覆盖”

\n
\n

由于 I\xc2\xb4m 在公司环境中工作,我指定

\n
"plantuml.commandArgs": [\n        "-Dhttp_proxy='http://localhost:3128/'",\n        "-Dhttps_proxy='http://localhost:3128/'"\n        ]\n
Run Code Online (Sandbox Code Playgroud)\n

在插件设置中(这在我的环境中是正确的)

\n

我还能尝试什么?

\n