qjebbs / vscode-plantuml

Rich PlantUML support for Visual Studio Code.
MIT License
1.09k stars 155 forks source link

Relative path cannot be used for -config option because -Duser.dir is no longer set #586

Open skystar0227 opened 3 months ago

skystar0227 commented 3 months ago

Thank you for this greate extension.

According to the following comment, relative path can be specified for -config thanks to -Duser.dir.

https://github.com/qjebbs/vscode-plantuml/issues/152#issuecomment-428479976

However, this won't work currently. I think becaluse the following update removed the code which set -Duser.dir.

https://github.com/qjebbs/vscode-plantuml/commit/3a4d003be1f2c00dafe68ea04009827974b05bb5

Could you please restore the code so that relative path for -config get working?