Have you tried increasing the size of memory, as suggested in the error log?
[Error - 15:44:43.552] eslint-bridge Node.js process is unresponsive. This is most likely caused by process running out of memory. Consider setting sonar.javascript.node.maxspace to higher value (e.g. 4096).
I already have environment variables NODE_OPTIONS --max-old-space-size=12288. I am using only SonarLint extension for VS Code. I searched but couldn’t find where
sonar.javascript.node.maxspace
setting is. Could you please help, where can add this setting?
I also added sonar.javascript.node.maxspace to my VS Code setting.json file but it looks faded and seems it has no effect.