Skip to content

lspeasy / core/src / UnregisterCapability

Interface: UnregisterCapability

Defined in: packages/core/src/protocol/dynamic-registration.ts:35

Entry used by client/unregisterCapability.

Properties

PropertyTypeDescriptionDefined in
idstringThe registration id returned by the original client/registerCapability request.packages/core/src/protocol/dynamic-registration.ts:37
methodstringThe LSP method to unregister.packages/core/src/protocol/dynamic-registration.ts:39

Released under the MIT License.