astral-sh / ruff-vscode

A Visual Studio Code extension with support for the Ruff linter.
Other
1.14k stars 55 forks source link

Deprecate legacy server (ruff-lsp) #597

Open T-256 opened 3 months ago

T-256 commented 3 months ago

Since native server is stable now, I think make sense to deprecate using legacy server (ruff-lsp) in VSCode extension. Here is prototype in my branch.

dhruvmanila commented 2 months ago

Thanks for raising this. We did discuss this internally and the consensus is to keep it around for a little longer. I'm also going to be out on vacation soon. There was also a mention of looking into how the rls was moved to rust-analyzer (Rust language server). So, we want to explore some options but in a gist we want this to be a smooth switch for our users.