Skip to content

lspeasy / core/src / ClientRequestMethodToCapabilityMap

Variable: ClientRequestMethodToCapabilityMap

ts
const ClientRequestMethodToCapabilityMap: Map<string, string | undefined>;

Defined in: packages/core/src/protocol/capability-methods.ts:535

Runtime map from every LSP request method string to the corresponding server capability key (or undefined for always-allowed methods).

Released under the MIT License.