ruff/crates/ty_server
Charlie Marsh 51e2effd2d
Make completions an opt-in LSP feature (#17921)
## Summary

We now expect the client to send initialization options to opt-in to
experimental (but LSP-standardized) features, like completion support.
Specifically, the client should set `"experimental.completions.enable":
true`.

Closes https://github.com/astral-sh/ty/issues/74.
2025-05-07 16:39:35 +00:00
..
src Make completions an opt-in LSP feature (#17921) 2025-05-07 16:39:35 +00:00
Cargo.toml Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00