emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A project-files implementation for Git projects


From: Felician Nemeth
Subject: Re: A project-files implementation for Git projects
Date: Thu, 03 Oct 2019 16:39:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

>> It implements the "files extension to LSP".  It basically allows the
>> client and the server to have separate file systems.  For example, the
>> server can run inside a Docker container, or the source code can be on a
>> remote system accessed by Tramp.
>>
>> The specification is here:
>> https://github.com/sourcegraph/language-server-protocol/blob/master/extension-files.md
>>
>> And my unfinished implementation is here:
>> https://github.com/nemethf/eglot/blob/xfiles-v2/eglot-x.el
>
> Interesting, thank you. Does it use a particular backend, or the
> default one as well (VC project)?

It only calls project-files, project-roots, and project-external-roots.
So, it doesn't know about backends and other implementation details.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]