View source
class CodeLensResolveRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
A request to resolve a command for a given code lens.
A request to resolve a command for a given code lens.
staticfinalinlineread onlytype:ProtocolRequestType<CodeLens, CodeLens, Never, NoData, NoData> = new ProtocolRequestType<CodeLens,CodeLens,Never,NoData,NoData>("codeLens/resolve")