Hi, I am using SonarLint plugin in IntelliJ for JavaScript. I have noticed more often that no more Sonar Issues were found. After some analysis I found that the eslint-bridge server shuts down in windows power save mode. After that the JavaScript analysis only shows the message “Skipping the start of eslint-bridge server as it failed to start during the first analysis or it’s not answering anymore”. Currently only a restart of IntelliJ helps. Is there a better solution that e.g. the server is restarted?
I’m experiencing the same on Windows 10 with 7.4.0.60471
I tried manually restarting the server using the Node command found in the SonarLint log, but it seems that unless the status field in org.sonar.plugins.javascript.eslint.EslintBridgeServerImpl is reset, it won’t make a difference. Not sure if there’s an easier way to do that than restarting IntelliJ.