Run LSP/Linter/Formatter on a remote server #705
Unanswered
blueberryscone238
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
This will depend on the particular LSP, an LSP with socket connections can work remotely. You can configure ecode to use TCP instead of stdio, it's in the documentation, but if you're trying to run clangd remotely (we already talked about it) you won't be able, since it does not support this feature. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The source code is still stored locally on my computer. I also have the compiler and the debugger running locally on my computer. Only the LSP/Linter/Formatter tools running on a remote server.
Beta Was this translation helpful? Give feedback.
All reactions