generated from itdominator/Python-With-Gtk-Template
Lsp config changes
This commit is contained in:
parent
c9a1c84715
commit
47cdf2ffc3
|
@ -2,10 +2,10 @@
|
||||||
"java": {
|
"java": {
|
||||||
"info": "https://download.eclipse.org/jdtls/",
|
"info": "https://download.eclipse.org/jdtls/",
|
||||||
"link": "https://download.eclipse.org/jdtls/milestones/?d",
|
"link": "https://download.eclipse.org/jdtls/milestones/?d",
|
||||||
"command": "lsp-ws-proxy -- jdtls",
|
"command": "lsp-ws-proxy --listen 4114 -- jdtls",
|
||||||
"alt-command": "java-language-server",
|
"alt-command": "lsp-ws-proxy -- jdtls",
|
||||||
"alt-command2": "lsp-ws-proxy --listen 3030 -- java-language-server",
|
"alt-command2": "java-language-server",
|
||||||
"socket": "ws://127.0.0.1:9999/?name=jdtls",
|
"socket": "ws://127.0.0.1:4114/?name=jdtls",
|
||||||
"alt-socket": "ws://127.0.0.1:3030/?name=java-language-server",
|
"alt-socket": "ws://127.0.0.1:3030/?name=java-language-server",
|
||||||
"initialization-options": {}
|
"initialization-options": {}
|
||||||
},
|
},
|
||||||
|
@ -50,35 +50,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"python - pylsp": {
|
|
||||||
"hidden": true,
|
|
||||||
"info": "https://github.com/python-lsp/python-lsp-server",
|
|
||||||
"command": "pylsp",
|
|
||||||
"alt-command": "lsp-ws-proxy --listen 3030 -- pylsp",
|
|
||||||
"alt-command2": "pylsp --ws --port 3030",
|
|
||||||
"socket": "ws://127.0.0.1:3030/?name=pylsp",
|
|
||||||
"initialization-options": {
|
|
||||||
"pylsp": {
|
|
||||||
"plugins": {
|
|
||||||
"rope_autoimport": {
|
|
||||||
"enabled": true
|
|
||||||
},
|
|
||||||
"rope_completion": {
|
|
||||||
"enabled": false,
|
|
||||||
"eager": false
|
|
||||||
},
|
|
||||||
"jedi_completion": {
|
|
||||||
"fuzzy": true
|
|
||||||
},
|
|
||||||
"jedi":{
|
|
||||||
"extra_paths": [
|
|
||||||
"/home/abaddon/Portable_Apps/py-venvs/pylsp-venv/venv/lib/python3.10/site-packages"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"python - jedi-language-server": {
|
"python - jedi-language-server": {
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
|
|
Loading…
Reference in New Issue