mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 18:53:39 +00:00
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…
Reference in New Issue
Block a user