File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ pub fn server_capabilities(config: &Config) -> ServerCapabilities {
114
114
moniker_provider : None ,
115
115
experimental : Some ( json ! ( {
116
116
"joinLines" : true ,
117
+ "openCargoToml" : true ,
117
118
"ssr" : true ,
118
119
"onEnter" : true ,
119
120
"parentModule" : true ,
Original file line number Diff line number Diff line change @@ -619,6 +619,8 @@ Such actions on the client side are appended to a hover bottom as command links:
619
619
620
620
** Issue:** https://github.com/rust-analyzer/rust-analyzer/issues/6462
621
621
622
+ ** Experimental Server Capability:** ` { "openCargoToml": boolean } `
623
+
622
624
This request is sent from client to server to open the current project's Cargo.toml
623
625
624
626
** Method:** ` experimental/openCargoToml `
You can’t perform that action at this time.
0 commit comments