Request to resolve additional information for a given code action.The request's parameter is of type CodeAction the response is of type CodeAction or a Thenable that resolves to such.

Static variables

@:value(new ProtocolRequestType<CodeAction,CodeAction,Never,NoData,NoData>("codeAction/resolve"))staticfinalinlineread onlytype:ProtocolRequestType<CodeAction, CodeAction, Never, NoData, NoData> = new ProtocolRequestType<CodeAction,CodeAction,Never,NoData,NoData>("codeAction/resolve")