vscode-plantuml icon indicating copy to clipboard operation
vscode-plantuml copied to clipboard

Allow graphviz_dot to be relative to the workspace

Open RedX2501 opened this issue 3 years ago • 1 comments

To have the same tools and for easier archiving of the tools we deliver the current necessary tools via git.

To avoid having to set the environment variable GRAPHVIZ_DOT i was looking into the posts here and found these: #289, #205, and #121.

They don't solve the problem when the dot.exe should be relative to the working directory.

plantuml.jar can be given relative to the workpace.

It would be nice if an option was added plantuml.dot that can be given a relative path that will resolve relative to the workspace. Maybe this is already possible with the variable on plantuml.commandArgs in that case how do I do it?

RedX2501 avatar Sep 17 '20 13:09 RedX2501

No plan about this, but PR is welcome, to support resolving placeholders like {{workspace}} for plantuml.commandArgs could solve your problem.

qjebbs avatar Feb 25 '21 02:02 qjebbs