ruff/crates/ty_server/src
Dhruv Manilawala fc72ff4a94
[ty] Send a single request for registrations/unregistrations (#19822)
## Summary

This is a small refactor to update the server to send a single request
to perform registrations and unregistrations of dynamic capabilities.

## Test Plan

Existing E2E test cases pass, add a new test case to verify multiple
registrations.
2025-08-08 08:42:48 +00:00
..
document [ty] Added support for "document highlights" language server feature. (#19515) 2025-07-24 13:06:25 -07:00
server Update Rust toolchain to 1.89 (#19807) 2025-08-07 18:21:50 +02:00
session [ty] Add ty.inlayHints.variableTypes server option (#19780) 2025-08-07 19:16:51 +05:30
capabilities.rs [ty] Add ty.experimental.rename server setting (#19800) 2025-08-07 12:54:58 +00:00
document.rs [ty] Fix stale documents on Windows (#18544) 2025-06-09 16:39:11 +02:00
lib.rs [ty] Support LSP client settings (#19614) 2025-08-06 18:37:21 +05:30
logging.rs [ty] Implement diagnostic caching (#19605) 2025-07-30 11:04:34 +01:00
server.rs [ty] Add ty.experimental.rename server setting (#19800) 2025-08-07 12:54:58 +00:00
session.rs [ty] Send a single request for registrations/unregistrations (#19822) 2025-08-08 08:42:48 +00:00
system.rs [ty] Implement mock language server for testing (#19391) 2025-07-23 12:26:58 +05:30