[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67442: [PATCH] eglot: Add ruff-lsp as an alternative python server
From: |
Eli Zaretskii |
Subject: |
bug#67442: [PATCH] eglot: Add ruff-lsp as an alternative python server |
Date: |
Sat, 25 Nov 2023 15:00:59 +0200 |
> From: João Távora <joaotavora@gmail.com>
> Date: Sat, 25 Nov 2023 12:39:22 +0000
> Cc: Niall Dooley <dooleyn@gmail.com>, 67442@debbugs.gnu.org
>
> On Sat, Nov 25, 2023, 11:09 Eli Zaretskii <eliz@gnu.org> wrote:
>
> > It supports surfacing Ruff diagnostics and providing Code Actions to
> > fix them, but is intended to be used alongside another Python LSP in
> > order to support features like navigation and autocompletion.
>
> What do you mean by "alongside"?
>
> João, does Eglot support such "alongside" servers?
>
> No. This is a feature on my to-do list, but alas I haven't had time to work
> on it.
OK, thanks. So AFAIU, we cannot install this change yet, right?