Is connected mode used: SonarQube Server – Enterprise Edition
SonarQube Cloud, SonarQube Server, or SonarQube Community Build? (if one of the latter two, which version?): 2025.3.1.109879
And a thorough description of the problem / question: I have configured the VS Code IDE with SonarQube for IDE. When I go to Project > Issues, select an issue, and click Open in IDE, the corresponding file and issue line open correctly. However, nothing appears in the SonarQube panel within VS Code, even though Automatic Analysis is enabled.
Thanks for the screenshot. It confirms my suspicion that you’re not seeing the issue in SonarQube for IDE because it’s not raised by SonarQube:
This issue is coming from a Roslyn rule, and is being picked up automatically during CI-based analysis. If you’d like to suppress those issues, you can add /d:sonar.cs.roslyn.ignoreIssues=true to your begin step.
I understand your point. I also worked on another project that did not have any external rules, and in that case, for this project, although I can see the SonarQube Rule Description window, the issues are still not appearing in the SonarQube panel.
Thanks a lot for the report and additional details! I see you’ve shared your thread dumps. Would you be also able to share your verbose logs with us please?
Could you please provide more details on how to collect verbose logs?, cause when I verified the steps provided from verbose logs, the steps appear to be similar to what I have provided earlier ‘Jstack.log‘.