From f79eddffa1ae5a00e9fca4c9c33930247353faee Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Mon, 6 Oct 2025 12:53:21 +0200 Subject: [PATCH] cursor sonarlint java home --- modules/hm/code-cursor.nix | 1 + 1 file changed, 1 insertion(+) 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"; };