Possibility to allow using local code base rather than download remote file as cache. #148
Kailian-Jacy
started this conversation in
Ideas
Replies: 1 comment
-
Hey there! Thanks for reaching out. The only way I see this being possible is if we offer the ability to mount the filesystem locally, having it mirror what is on the remote machine, while still running the other processes you care about like language servers on the remote machine. There is a backlog idea of adding support to distant to do this: chipsenkbeil/distant#145 An example of a CLI that already offers this is https://duck.sh/, but it doesn't offer (in CLI form) the ability to execute remote processes, especially not ones like a language server. So, definitely possible, but much more complicated to implement. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Thanks for your amazing work. distant seems the only way to invoke remote side lsp without installing neovim on the side. It works like a magic.
Is there any possibility to allow using the local project code with distant? By using local project code, I mean:
So it helps:
Imagined configuration:
Beta Was this translation helpful? Give feedback.
All reactions