Version compatibility matrice vs code sonarQube for IDE

I want to install sonarQube for IDE extension (v5.5.0) on vs code (v 1.127.0) but there is a version compatibility issue:

I can’t find any matrice to identify which sonarqube version would be compatible with my vscode.

Can you help ?
Thanks,

Anthony

Hello!

I have just updated to VS Code v1.127.0 and did not face any problems with v5.5 of the plugin :eyes:

Normally we support everything above 1.99.3. Are you on Windows?

All the best,
Sophio

Yes I’m on Windows.

Thanks for confirming!

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 :confused:

Yes of course:
here:
Version: 1.127.0 (system setup)
Commit: 4fe60c8b1cdac1c4c174f2fb180d0d758272d713
Date: 2026-06-30T10:52:33+02:00
Electron: 42.2.0
ElectronBuildId: 14159160
Chromium: 148.0.7778.97
Node.js: 24.15.0
V8: 14.8.178.14-electron.0
OS: Windows_NT x64 10.0.26100

Just tell me if you need any more info :slight_smile:

Thank you! I don’t see anything obvious here :confused:

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

Hope this helps,
Sophio

Also I just saw v1.128 has been released, could you try with that?

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.

Try downloading the windows-specific version maybe? It has JRE embedded inside the VSIX. You might have downloaded the universal artifact.

I tried with the windows-specific version.

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…

Hey @anthorange,

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.

Cheers :baby_bottle: