Merge #11504
11504: Fix a typo in server_capabilities.experimental r=lnicola a=nemethf Commit 27c4be6b4f68 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,
|
"hoverRange": true,
|
||||||
"joinLines": true,
|
"joinLines": true,
|
||||||
"matchingBrace": true,
|
"matchingBrace": true,
|
||||||
"moveItems": true,
|
"moveItem": true,
|
||||||
"onEnter": true,
|
"onEnter": true,
|
||||||
"openCargoToml": true,
|
"openCargoToml": true,
|
||||||
"parentModule": true,
|
"parentModule": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user