From b7b8a07dbb82bf016e67d27fcac5426715000aef Mon Sep 17 00:00:00 2001 From: Snjezana Peco Date: Wed, 23 Apr 2025 18:38:18 +0200 Subject: [PATCH] Update required Java for javac to 24 Signed-off-by: Snjezana Peco --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 819273ff4..06ad47e5b 100644 --- a/package.json +++ b/package.json @@ -416,7 +416,7 @@ "off" ], "default": "off", - "markdownDescription": "[Experimental] Specify whether to enable Javac-based compilation in the language server. Requires running this extension with Java 23", + "markdownDescription": "[Experimental] Specify whether to enable Javac-based compilation in the language server. Requires running this extension with Java 24", "scope": "window", "order": 95 },