@@ -6,6 +6,16 @@ exports.servers = [
|
||||
connectionType: "stdio",
|
||||
relativePath: false
|
||||
}, {
|
||||
endpointName: "gdscript",
|
||||
args: [
|
||||
"./Godot_v4.4-stable_linux.x86_64", ["--headless", "--lsp-port", "9999"]
|
||||
],
|
||||
nameEndsWith: ".gd",
|
||||
connectionType: "stdio",
|
||||
relativePath: false
|
||||
}, {
|
||||
|
||||
|
||||
endpointName: "go",
|
||||
args: [
|
||||
'gopls', ['-mode=stdio', '-remote=auto']
|
||||
@@ -38,12 +48,18 @@ exports.servers = [
|
||||
}, {
|
||||
endpointName: "java",
|
||||
args: [
|
||||
'jdtls', []
|
||||
'javals', ["jdtls"]
|
||||
],
|
||||
nameEndsWith: ".java",
|
||||
connectionType: "stdio"
|
||||
}, {
|
||||
endpointName: "java-other",
|
||||
args: [
|
||||
'javals', ["java-language-server"]
|
||||
],
|
||||
nameEndsWith: ".java",
|
||||
connectionType: "stdio"
|
||||
}, {
|
||||
|
||||
endpointName: "r",
|
||||
args: [
|
||||
'r', ['--slave', '-e', 'languageserver::run()']
|
||||
|
||||
Reference in New Issue
Block a user