Skip to content

lspeasy / core/src / ClientNotificationMethodToCapabilityMap

Variable: ClientNotificationMethodToCapabilityMap

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

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

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

Released under the MIT License.