Skip to main content

DEFAULT_LSP_TIMEOUT_SECS

Constant DEFAULT_LSP_TIMEOUT_SECS 

Source
pub const DEFAULT_LSP_TIMEOUT_SECS: u64 = 5;
Expand description

Default wait for a configured server to publish diagnostics after a didOpen/didChange before giving up gracefully (never blocking the tool call indefinitely). Overridable via [capabilities.lsp] timeout_secs.