Please provide
- Operating system: Sonoma 14.2
- SonarLint plugin version: v4.4.1 (Installed using VS Code Extension)
- Programming language you’re coding in: Golang
- Is connected mode used:
- Connected to SonarQube Community Edition (v10.4.1.88267)
And a thorough description of the problem / question:
I Installed my SonarQube server at host localhost:9000 and able to visit the dashboard. Everything works well until I Tried to use connected mode in SonarLint.
When trying to connect my SonarLint to SonarQube server, it always stuck at ‘Checking Connection’, I need to press ‘Save Connection’ for the second time to get ‘Success!’ as response.
After that response, I believe I can consider the connection is success. But the problem is there is no error / warning/ issues found in my SonarLint, I have few Issue in SonarQube (scanned before).
I also binded my local code with my Scanned Repo in SonarQube
Any help would be nice. Thanks!