-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preview current diagram no longer working #580
Comments
A downgrade to 2.17.6 made the extension work again for me. |
For me it's working fine with OpenJDK 21.0.2 2024-01-16. |
I encountered the same issue, but I managed to resolve it. It seems like that the new version of the extension now locates To fix this, ensure the latest OpenJDK is installed and prioritized in the $PATH. Add the following to your export JAVA_HOME=$(/usr/libexec/java_home) # Returns, for example, /opt/homebrew/Cellar/openjdk/22.0.1/libexec/openjdk.jdk/Contents/Home
export PATH=$JAVA_HOME/bin:$PATH |
Al least you have a error-message. Using a PlantUML Previewer by Mebrahtom Guesh atm, but with bigger diagrams you will problems with font-Size and scolling horizontally. |
Nevermind. installed the wrong java 8 packages. After installing openjdk8u422-b05 it is working :) |
I see a blank when I used the preview current diagram feature. I need to hover over the error message to see the preview. Please check the screenshots attached.
The text was updated successfully, but these errors were encountered: