vscode-plantuml
vscode-plantuml copied to clipboard
2.14.2 after while claims to no longer find Graphviz / dot.exe
It seems to me I have problems using 2.14.2 on Windows, local rendering: After looking at some previews, I keep receiving an error claiming dot.exe from Graphviz cannot be found. Wierds me out, as for the pics before it just worked fine... After a restart it seemed to work for bit again... Reverted to 2.14.1, where I did not experience the problem before. Any ideas?
It's reported by the jar, try set plantuml.jar to the path of a older version, see if it helps.
Thanks. Reverted to 2.14.1 - worked for me. Did I mention I really enjoy using plantuml with your extension?!! 🙏
Jebbs [email protected] schrieb am Mi. 3. Feb. 2021 um 12:24:
It's reported by the jar, try set plantuml.jar to the path of a older version, see if it helps.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/qjebbs/vscode-plantuml/issues/374#issuecomment-772436760, or unsubscribe https://github.com/notifications/unsubscribe-auth/APNQRU3RMC2K5BAITWL5SEDS5EW6XANCNFSM4W6QCAVQ .
I mean, it may be an issue introduced by the latest "plantuml.jar", try download an older version of it, and set setting:
{
"plantuml.jar": "path/to/older/plantuml.jar
}
But 2.14.1 is OK for you, since the latest version of extension just added the ko translation.
I also had the same issue. pointing plantuml.jar to the local copy of plantuml.jar allowed the extension to work.
Nice! I‘ll try that. For now I kept it to version 2.14.1, which worked for me.
pandorazboxx [email protected] schrieb am Di. 2. März 2021 um 18:57:
I also had the same issue. pointing plantuml.jar to the local copy of plantuml.jar allowed the extension to work.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/qjebbs/vscode-plantuml/issues/374#issuecomment-789096275, or unsubscribe https://github.com/notifications/unsubscribe-auth/APNQRU6VYMLRKZMMIFQVIS3TBURHJANCNFSM4W6QCAVQ .