compat: remove missing caps
Only report present features now
This commit is contained in:
parent
c5492788a2
commit
43c9eba037
1 changed files with 2 additions and 2 deletions
|
@ -428,8 +428,8 @@ impl Client {
|
|||
supports_variable_paging: Some(false),
|
||||
supports_run_in_terminal_request: Some(false),
|
||||
supports_memory_references: Some(false),
|
||||
supports_progress_reporting: Some(true),
|
||||
supports_invalidated_event: Some(true),
|
||||
supports_progress_reporting: Some(false),
|
||||
supports_invalidated_event: Some(false),
|
||||
};
|
||||
|
||||
let response = self
|
||||
|
|
Loading…
Reference in a new issue