The initialize request is sent from the client to the server. It is sent once as the request after starting up the server. The requests parameter is of type InitializeParams the response if of type InitializeResult of a Thenable that resolves to such.

Static variables

@:value(new ProtocolRequestType<InitializeParams&WorkDoneProgressParams,InitializeResult,Never,InitializeError,NoData>("initialize"))staticfinalinlineread onlytype:ProtocolRequestType<{workspaceFolders:Null<Array<WorkspaceFolder>>, workDoneToken:Null<ProgressToken>, trace:Null<TraceMode>, rootUri:Null<DocumentUri>, rootPath:Null<String>, processId:Null<Int>, initializationOptions:Null<Dynamic>, clientInfo:Null<{version:Null<String>, name:String}>, capabilities:ClientCapabilities}, InitializeResult, Never, InitializeError, NoData> = new ProtocolRequestType<InitializeParams&WorkDoneProgressParams,InitializeResult,Never,InitializeError,NoData>("initialize")