Merge #11504
11504: Fix a typo in server_capabilities.experimental r=lnicola a=nemethf
Commit 27c4be6b4f
wasn't really complex, but I still managed to make a mistake there, which this PR fixes. Sorry.
Co-authored-by: Felicián Németh <felician.nemeth@gmail.com>
This commit is contained in:
commit
1d53f695f0
@ -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