All the time, when I have a solution with projects open, if I go to Visual Studio’s Tools menu, Select Options, then SonarLint on the left and finally I click on Other under, the waiting icon activates and the dialog hangs and gets “Not responding” text in its title. Visual Studio is not responding in Task Manager either. It doesn’t recover from this any more, I have to kill it.
This doesn’t happen with no projects open.
Today I noticed in the output window of SonarLint an error:
[SLCORE] Illegal character in path at index 135: file:///C:/Work/blabla/Properties/DataSources/blabla-QueryResult%601[].datasource
I searched this path and found it in one of the project files, removed it (wasn’t used anyway) and now Visual Studio won’t hang any more when I click on Other (under SonarLint).
Maybe it helps someone…
Edit: I also set SONAR_NODEJS_PATH in Environment Variables, so now I’m not sure which one fixed it…