lspeasy / core/src / ApplyKind
Variable: ApplyKind
ts
const ApplyKind: {
Merge: 2;
Replace: 1;
};Defined in: packages/core/src/protocol/enums.ts:11
LSP Protocol Enums
Emitted as const objects + union type aliases for structural compatibility with vscode-languageserver-protocol, which uses the same pattern.
Auto-generated from metaModel.json DO NOT EDIT MANUALLY
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
Merge | 2 | 2 | packages/core/src/protocol/enums.ts:13 |
Replace | 1 | 1 | packages/core/src/protocol/enums.ts:12 |