javavscode icon indicating copy to clipboard operation
javavscode copied to clipboard

No configuration option to set location of OpenJDK documentation?

Open chriskriel opened this issue 1 year ago • 1 comments

I am using the yum-installed Redhat OpenJDK-21 in WSL. Also installed OpenJDK-21 docs using yum. Is there a way to configure the extension to find this documentation and use it as hover information?

chriskriel avatar Jun 27 '24 08:06 chriskriel

A workaround in my case is this:

RHEL8:/usr/lib/jvm/java-21-openjdk-21.0.3.0.9-1.el8.x86_64/docs$ sudo ln -s \
/usr/share/javadoc/java-21-openjdk-21.0.3.0.9-1.el8.x86_64/api

chriskriel avatar Jul 10 '24 14:07 chriskriel