Expand description
LSP timeout configuration constants
Separated timeout values for different LSP lifecycle phases:
- Process startup (fast, system-level operation)
- Server initialization (slow, needs to build indexes)
- Individual requests (medium, per-call timeout)
Constantsยง
- LSP_
STARTUP_ TIMEOUT_ SECS Deprecated - Legacy timeout constant (deprecated)
- LSP_
WAIT_ TIMEOUT_ SECS - Legacy wait timeout (backward compatibility)
- PROCESS_
STARTUP_ TIMEOUT - Timeout for starting the LSP server process
- REQUEST_
TIMEOUT - Timeout for individual LSP requests
- SERVER_
INIT_ TIMEOUT - Timeout for initializing the LSP server