chore(lsp): bump tower-lsp to 0.20.0 (#20693)

This commit is contained in:
Nayeem Rahman 2023-09-26 21:57:14 +01:00 committed by GitHub
parent dcb00bb9b8
commit cb154d6afa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 97 additions and 156 deletions

View file

@ -153,5 +153,8 @@ pub fn server_capabilities(
})),
inlay_hint_provider: Some(OneOf::Left(true)),
position_encoding: None,
// TODO(nayeemrmn): Support pull-based diagnostics.
diagnostic_provider: None,
inline_value_provider: None,
}
}