Skip to content

[I] ServerInitializeResult

  • InitializeResult
[custom: string]: any

Custom initialization results.

PropertyTypeDescriptionInherited from
capabilitiesServerCapabilities<any>The capabilities the language server provides.InitializeResult.capabilities
compilerCliJsPath?string--
compilerRootFolder?string--
customCapacities?ServerCustomCapacities--
serverInfo?objectInformation about the server. Since 3.15.0InitializeResult.serverInfo
serverInfo.namestringThe name of the server as defined by the server.-
serverInfo.version?stringThe server’s version as defined by the server.-