I have a .net Core solution in which i have integrated an angular project.
I configured the scan for the project & can see all the bugs, code smells etc on the SonarQube server.
After that I installed SonarLint plugin in my Visual Studio 2017 and I connected my local solution to the SonarQube server (using Manage SonarQube Connections in Analyze and Bind). I can see Sonarlint picks up issues for .cs files, but does not highlight any issues for .ts, .html files.
Does Sonarlint provide ts, html support in Visual Studio?
Its weird because SonarQube picks up all ts, html issues but SonarLint doesn’t.
Thanks!