Record
client-capabilities
Capabilities advertised by the client during initialize.
record client-capabilities {
fs: fs-capabilities,
terminal: bool,
}Fields
| Name | Type | Description |
|---|---|---|
| fs | fs-capabilities | File system read/write capabilities. |
| terminal | bool | Whether the client supports the terminal API. |