Add inlayHints cap
This commit is contained in:
parent
97109d73f8
commit
88a2141b77
@ -115,6 +115,7 @@ pub fn server_capabilities(config: &Config) -> ServerCapabilities {
|
||||
experimental: Some(json!({
|
||||
"externalDocs": true,
|
||||
"hoverRange": true,
|
||||
"inlayHints": true,
|
||||
"joinLines": true,
|
||||
"matchingBrace": true,
|
||||
"moveItem": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user