Moved back to debian base image; moved docker support scripts; updated language server java entry to not be appimage aligned in arg format

Former-commit-id: 51a0c4a677
This commit is contained in:
2025-11-26 00:31:15 -06:00
parent 05d49fafe5
commit 5104930496
7 changed files with 158 additions and 65 deletions

View File

@@ -48,14 +48,14 @@ exports.servers = [
}, {
endpointName: "java",
args: [
'javals', ["jdtls"]
"jdtls"
],
nameEndsWith: ".java",
connectionType: "stdio"
}, {
endpointName: "java-other",
args: [
'javals', ["java-language-server"]
"java-language-server"
],
nameEndsWith: ".java",
connectionType: "stdio"