View source
class ApplyWorkspaceEditRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
A request sent from the server to the client to modified certain resources.
A request sent from the server to the client to modified certain resources.
staticfinalinlineread onlytype:ProtocolRequestType<ApplyWorkspaceEditParams, ApplyWorkspaceEditResult, Never, NoData, NoData> = new ProtocolRequestType<ApplyWorkspaceEditParams,ApplyWorkspaceEditResult,Never,NoData,NoData>("workspace/applyEdit")