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 {
114114 moniker_provider : None ,
115115 experimental : Some ( json ! ( {
116116 "joinLines" : true ,
117+ "openCargoToml" : true ,
117118 "ssr" : true ,
118119 "onEnter" : true ,
119120 "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:
619619
620620** Issue:** https://github.com/rust-analyzer/rust-analyzer/issues/6462
621621
622+ ** Experimental Server Capability:** ` { "openCargoToml": boolean } `
623+
622624This request is sent from client to server to open the current project's Cargo.toml
623625
624626** Method:** ` experimental/openCargoToml `
You can’t perform that action at this time.
0 commit comments