Open
Description
In some languages (like C, rust,...) you can't have a LSP on single file, you need to find the repo root and then execute some code according to that.
For example in C you need a compile_command.json, and the file contains a lot of absolute paths.
Is it possible to use the remote filesystem for this, or would you need a mirror of the remote repository on the local side just to have the correct file structure ?