mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Use proper property names for inlay hint resolve capabilities
This commit is contained in:
parent
805ae1be80
commit
3bfe78b1df
@ -435,7 +435,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…
Reference in New Issue
Block a user