How to connect to remote language serververs #5394
-
I have a python environment running inside a docker container. There are two ways I could think of to do this:
I have searched the documentation and discussions for this but havent been able to find anything. Please let me know if anyone has any ideas! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Regarding method 1: #5204 |
Beta Was this translation helpful? Give feedback.
-
Until helix doesn't support path remapping, one can follow my blog post at https://nlited.de/using-helix-editor-with-a-dockerized-python-lsp which describes how to connect a dockerized Python LSP to helix, tackling the path remapping problem via docker volume mapping. |
Beta Was this translation helpful? Give feedback.
Regarding method 1: #5204