[I] ServerInitializeResult
Extends
Section titled “Extends”InitializeResult
Indexable
Section titled “Indexable”[custom: string]: any
Custom initialization results.
Properties
Section titled “Properties”Property | Type | Description | Inherited from |
---|---|---|---|
capabilities | ServerCapabilities <any > | The capabilities the language server provides. | InitializeResult.capabilities |
compilerCliJsPath? | string | - | - |
compilerRootFolder? | string | - | - |
customCapacities? | ServerCustomCapacities | - | - |
serverInfo? | object | Information about the server. Since 3.15.0 | InitializeResult.serverInfo |
serverInfo.name | string | The name of the server as defined by the server. | - |
serverInfo.version? | string | The server’s version as defined by the server. | - |