diff --git a/modules/hm/code-cursor.nix b/modules/hm/code-cursor.nix index aa82b8c..6d4b842 100644 --- a/modules/hm/code-cursor.nix +++ b/modules/hm/code-cursor.nix @@ -61,6 +61,7 @@ "vsicons.dontShowNewVersionMessage" = true; "redhat.telemetry.enabled" = false; "sonarlint.pathToNodeExecutable" = "/run/current-system/sw/bin/node"; + "sonarlint.ls.javaHome" = "/run/current-system/sw/bin/java"; "[python]" = { "editor.defaultFormatter" = "ms-python.black-formatter"; };