mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Fix a typo in server_capabilities.experimental
This commit is contained in:
parent
acf5874b39
commit
2bcde5953a
@ -117,7 +117,7 @@ pub fn server_capabilities(config: &Config) -> ServerCapabilities {
|
||||
"hoverRange": true,
|
||||
"joinLines": true,
|
||||
"matchingBrace": true,
|
||||
"moveItems": true,
|
||||
"moveItem": true,
|
||||
"onEnter": true,
|
||||
"openCargoToml": true,
|
||||
"parentModule": true,
|
||||
|
Loading…
Reference in New Issue
Block a user