Merge branch 'main' into multi-server-completions-tailwind
This commit is contained in:
commit
ff3865a4ad
427 changed files with 43123 additions and 12861 deletions
|
@ -79,7 +79,7 @@ pub enum Subscription {
|
|||
}
|
||||
|
||||
#[derive(Serialize, Deserialize)]
|
||||
struct Request<'a, T> {
|
||||
pub struct Request<'a, T> {
|
||||
jsonrpc: &'static str,
|
||||
id: usize,
|
||||
method: &'a str,
|
||||
|
@ -445,7 +445,13 @@ impl LanguageServer {
|
|||
}),
|
||||
inlay_hint: Some(InlayHintClientCapabilities {
|
||||
resolve_support: Some(InlayHintResolveClientCapabilities {
|
||||
properties: vec!["textEdits".to_string(), "tooltip".to_string()],
|
||||
properties: vec![
|
||||
"textEdits".to_string(),
|
||||
"tooltip".to_string(),
|
||||
"label.tooltip".to_string(),
|
||||
"label.location".to_string(),
|
||||
"label.command".to_string(),
|
||||
],
|
||||
}),
|
||||
dynamic_registration: Some(false),
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue