Replies: 2 comments 2 replies
-
|
What's the use case for this? Is it just to avoid creating a new |
Beta Was this translation helpful? Give feedback.
-
|
aside from the multiple editors consideration, serving the LSP over either TCP or UDS would help users whose local development is primarily done through docker. so the lsp could be running inside of the container with a local mount for the codebase and the editor could then communicate with the dockerized ruff server via tcp. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running
pylsp --tcpas a service which listens for connections from multiple editor instances instead of creating a newpylspprocess for every instance which is quite useful.Switching to the new implementation of
ruff serverinstead ofruff-lsp, i think, it would be nice to have such a feature too. It obviously needs to handle multiple clients.Beta Was this translation helpful? Give feedback.
All reactions