[I] ServerInitializeResult
Extends
InitializeResult
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. | - |