- Operating system: CentOS 7
- SonarLintversion: SonarLint Language Server 2.18.0.70385
- Programming language you’re coding in: java
- Is connected mode used:
- Connected to SonarCloud or SonarQube (and which version): not used
Hello! I am using SonarLint Language Server, which is launched using sonarlint.nvim, by callling ‘java -jar sonarlint-language-server.jar’ (details ommited for brevity)
I wish to connect SonarLint to my organization’s SonarCube instance. I couldn’t find any documentation regarding this, but I see that, for example, there is connected mode for VSCode plugin, that implements this functionality.
Is it possible to provide connection parameters such as ORGANZIATION_KEY and TOKEN via -D argumetns when laucnhing a language server jar? Is there any way to make this connection work with CLI-ran language server?
Thanks in advance!