lspeasy / core/src / UnregisterCapability
Interface: UnregisterCapability
Defined in: packages/core/src/protocol/dynamic-registration.ts:35
Entry used by client/unregisterCapability.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
id | string | The registration id returned by the original client/registerCapability request. | packages/core/src/protocol/dynamic-registration.ts:37 |
method | string | The LSP method to unregister. | packages/core/src/protocol/dynamic-registration.ts:39 |