Whenever homebrew updates on the Mac, I have to manually go into vs code settings and change the path from /opt/homebrew/Cellar/plantuml/1.2023.8/libexec/plantuml.jar for example.
I would like to be able to do /opt/homebrew/Cellar/plantuml/*/libexec/plantuml.jar to save me from doing this.
Please allow for glob urls to the jar file.
Whenever homebrew updates on the Mac, I have to manually go into vs code settings and change the path from
/opt/homebrew/Cellar/plantuml/1.2023.8/libexec/plantuml.jar
for example.I would like to be able to do
/opt/homebrew/Cellar/plantuml/*/libexec/plantuml.jar
to save me from doing this.