From 5841675ef52661f57237957487828da238cf9ce8 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Mon, 6 Oct 2025 13:57:42 +0200 Subject: [PATCH] Revert "cursor sonarlint java home" This reverts commit f79eddffa1ae5a00e9fca4c9c33930247353faee. --- modules/hm/code-cursor.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/hm/code-cursor.nix b/modules/hm/code-cursor.nix index 6d4b842..aa82b8c 100644 --- a/modules/hm/code-cursor.nix +++ b/modules/hm/code-cursor.nix @@ -61,7 +61,6 @@ "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"; };