ruff/crates/ty_server
Andrew Gallant 1461137407
[ty] Enforce sort order of completions (#18917)
We achieve this by setting the "sort text" field of every completion.
Since we are trying to be smart about the order, we want the client to
respect our order.

Prior to this change, VS Code was re-sorting completions in
lexicographic order. This in turn resulted in dunder attributes
appearing before "normal" attributes.
2025-06-24 11:31:08 -04:00
..
src [ty] Enforce sort order of completions (#18917) 2025-06-24 11:31:08 -04:00
Cargo.toml [ty] Abort process if worker thread panics (#18211) 2025-05-26 13:09:06 +01:00