which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
SQ community edition
how is SonarQube deployed: zip, Docker, Helm
I believe docker
what are you trying to achieve
Want to see SQ issues in SonarLint
what have you tried so far to achieve this
I setup SonarLint in Visual Studio and now its connected to the SQ server , and it shows some of the issues displayed in SQ but not all of them : e.g , its a Typescript repo and this issue shows in SQ dashboard but not in SonarLint: " Promises should not be misused"
The current version is 4.3.0+76012. Can you upgrade and see if this is still replicable?
Also, are you in connected mode with your SonarQube server?
If you’re not in connected mode, you’ll be getting the default rule set from December 2022, when your SonarLint version was released. That alone could explain the missing issue.
SonarLint is already on the latest version , it doesn’t show any version later than this, again I am on Mac, maybe the other versions are applicable to Windows