I'm using your extention since years. I love it. I'm rendering all PlantUMLs locally using asciidoc-diagram gem and Graphviz. Everything works untlil version 2.9.8 of your VSC extention.
When I update to a newer version of your VSC extention the rendering of PlantUML diagrams is no longer working, neither in der VSC preview nor in the rendered output artifact (e.g. a PDF document). After downgrade to 2.9.8 everything is working again. All gems, Ruby, Graphwiz are up-to-date.
Asciidoc syntax I'm using:
plantuml::{wsddir}/myDiagram.wsd[format="svg",width=100%,align="center"]
This does not work under multiple Win10 and Win11 machines. I experienced this bug already 2 years ago, have not reported it so far hoping it gets fixed anyways. It looks like nobody else does offline rendering in an environment like mine ;)