[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 13:15:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
>> Can you, please, consider keeping project-files public?
>
>No need to worry, it's about something else, not the project-files method.
Thank you.
>> I have an extension to eglot (the language server protocol client in GNU
>> ELPA) that relies on this feature
>
> Could you tell us what that extension is/does?
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
Re: A project-files implementation for Git projects, Dmitry Gutov, 2019/10/01
- Re: A project-files implementation for Git projects, Stefan Monnier, 2019/10/01
- Re: A project-files implementation for Git projects, Stefan Monnier, 2019/10/01
- Re: A project-files implementation for Git projects, Dmitry Gutov, 2019/10/01
- Re: A project-files implementation for Git projects, Felician Nemeth, 2019/10/03
- Re: A project-files implementation for Git projects, Dmitry Gutov, 2019/10/03
- Re: A project-files implementation for Git projects,
Felician Nemeth <=
- Re: A project-files implementation for Git projects, Dmitry Gutov, 2019/10/03
- Re: A project-files implementation for Git projects, Felician Nemeth, 2019/10/03
- Re: A project-files implementation for Git projects, Dmitry Gutov, 2019/10/03
- Re: A project-files implementation for Git projects, Felician Nemeth, 2019/10/03
- Re: A project-files implementation for Git projects, Dmitry Gutov, 2019/10/03
Re: A project-files implementation for Git projects, Tassilo Horn, 2019/10/03