Skip to content

Commit

Permalink
Add inlayHints cap
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Mar 7, 2022
1 parent 97109d7 commit 88a2141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rust-analyzer/src/caps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 88a2141

Please sign in to comment.