Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-lsp-types/src/progress.rs')
| -rw-r--r-- | helix-lsp-types/src/progress.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/helix-lsp-types/src/progress.rs b/helix-lsp-types/src/progress.rs index 41fa74f9..61552fdb 100644 --- a/helix-lsp-types/src/progress.rs +++ b/helix-lsp-types/src/progress.rs @@ -40,14 +40,6 @@ pub struct WorkDoneProgressCancelParams { pub token: ProgressToken, } -/// Options to signal work done progress support in server capabilities. -#[derive(Debug, Eq, PartialEq, Default, Deserialize, Serialize, Clone)] -#[serde(rename_all = "camelCase")] -pub struct WorkDoneProgressOptions { - #[serde(skip_serializing_if = "Option::is_none")] - pub work_done_progress: Option<bool>, -} - /// An optional token that a server can use to report work done progress #[derive(Debug, Eq, PartialEq, Default, Deserialize, Serialize, Clone)] #[serde(rename_all = "camelCase")] |