Vscode plugin sync feature

Hello,

I have a little problem with extension for vscode. It has a settings for locating JRE on local machine “sonarlint.ls.javaHome” -> path. The problem is, I also use an vscode extension for syncronisation of settings, so this parametr is beiing synced. So far, so good. But I dont have the same JRE version on all machines, nore even jre installed on the same location. As a result, the sonarlint plugin is only working on a single local machine, where the path matches the actual jre location.

Could it be, to make this setting somehow machine dependent? So that is uses different paths for different machines…

Thank you

Hello, thank you for your suggestion!

This is actually possible in recent versions of Code, according to the API documentation. I created an issue to address it in a future version.