mirror of
https://github.com/denoland/deno.git
synced 2025-08-31 15:57:53 +00:00
chore(lsp): bump tower-lsp to 0.20.0 (#20693)
This commit is contained in:
parent
dcb00bb9b8
commit
cb154d6afa
9 changed files with 97 additions and 156 deletions
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue