Programming language you’re coding in: Python + react
Is connected mode used:
SonarQube Server? (if one of the latter two, which version?): Unable to connect
And a thorough description of the problem / question:
I just installed the extension in my Visual Studio Code (Version: 1.92.0 (Universal))
When I try to connect to the SonarQube server by clicking on the option I see this error
”Error running command SonarLint.ConnectToSonarQube: command ‘SonarLint.ConnectToSonarQube’ not found. This is likely caused by the extension that contributes SonarLint.ConnectToSonarQube.”
Thanks for reaching out. It appears that your version of VSCode (1.92.0) isn’t supported. There is a mistake in the minimal supported version declared by our extension (1.82 instead of 1.99).
We will fix that on our side for the next release. For the extension to work, you will have to update to a more recent version of VSCode (>= 1.99).
doesn’t work until now. Version: 4.44.0, Vscode Version: 1.111.0 (Universal).
I got this error when clicking Connect to SonarQube Server or Cloud: command 'SonarLint.ConnectToSonarQube' not found
Caused by: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: Internal error.
at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.handleResponse(RemoteEndpoint.java:220)
at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.consume(RemoteEndpoint.java:204)
at org.sonarsource.sonarlint.core.rpc.protocol.SingleThreadedMessageConsumer.lambda$new$0(SingleThreadedMessageConsumer.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)