We have also checked on a Windows machine and it still works the same. Can you share the screenshot of about visual studio code window like in my previous message?
Sorry I cannot be of much help as I have no idea what is wrong
Do you happen to be in an enterprise environment with a private marketplace? You can also try downloading the extension file from our releases page, and install it manually via Extensions > Install from VSIX menu
Trying from VSIX I got that message: Java 21 or more recent is required to run. Please download and install a recent JRE.
I need to see with the IT first to install a new JRE version, I let you know.
I’ve installed a jre v25 from here: Java Downloads | Oracle (jdk25 for windows) and still got the same error message: Java 21 or more recent is required to run. Please download and install a recent JRE.
I’ll try updating to the v1.128 but I think the issue sits elsewhere…
if the Java runtime is not fond automatically, you can set the sonarlint.lt.javaHome variable to point to this installation (see the docs). Otherwise, setting JAVA_HOME environment variable and making sure it is picked up by VSCode would work as well.