SonarLint stops detecting issues after binding to a server

Hi Jean-Baptiste,

Thanks for the tip! Looking at the logs, the initial analysis failed because Node.js executable was not available to the tool. I use NVS to switch between Node.js versions, and node was only present in bash shells. I’m not sure why it was working in the unbound mode, but either specifying sonar.nodejs.executable in plugin configuration or adjusting system-wide PATH makes it work properly in the bound mode.