Enum lsp_types::notification::WorkDoneProgressCancel [−][src]
pub enum WorkDoneProgressCancel {}
Expand description
The window/workDoneProgress/cancel
notification is sent from the client
to the server to cancel a progress initiated on the server side using the window/workDoneProgress/create
.