astral-sh / ruff-lsp

A Language Server Protocol implementation for Ruff.
Other
1.25k stars 45 forks source link

Ruff-LSP wrongly categorized on Mason #437

Closed baco closed 3 months ago

baco commented 3 months ago

Ruff version in ruff-lsp, installed via Mason: 0.4.5

Ruff-LSP only offers linting/formatting, but does not provide the most useful features of an LSP server; it doesn't offer neither completion, nor type-validation.

Instead of being categorized as LSP, it should be categorized as Linter. image

zanieb commented 3 months ago

Hi! We don't maintain the entry in the Mason registry, but a casual search brings up https://github.com/mason-org/mason-registry/pull/5183 — maybe you should open an issue over there if you think this categorization is incorrect?

zanieb commented 3 months ago

Happy to chime in on any issue you create if there are questions about Ruff's LSP capabilities.