pub const REQUEST_TIMEOUT: Duration;
Timeout for individual LSP requests
Each request (hover, definition, references, etc.) has its own timeout. This prevents slow requests from blocking the entire system.