diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2021-07-27 19:40:19 +0300 |
|---|---|---|
| committer | Aleksey Kladov <aleksey.kladov@gmail.com> | 2021-07-27 19:40:19 +0300 |
| commit | 7d6c4142b2cb587a8a1ceebe667ce27580d7dc7b (patch) | |
| tree | e553ebf0233288a1a69c86912f282fd1b28a5cca /docs/dev | |
| parent | 3a59b56324db99475ea2027cb94f82785b16ad14 (diff) | |
| download | rust-7d6c4142b2cb587a8a1ceebe667ce27580d7dc7b.tar.gz rust-7d6c4142b2cb587a8a1ceebe667ce27580d7dc7b.zip | |
fix: add capability for "open cargo.toml" lsp extension
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/lsp-extensions.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md index 78e14b01e45..5d98c0f099b 100644 --- a/docs/dev/lsp-extensions.md +++ b/docs/dev/lsp-extensions.md @@ -619,6 +619,8 @@ Such actions on the client side are appended to a hover bottom as command links: **Issue:** https://github.com/rust-analyzer/rust-analyzer/issues/6462 +**Experimental Server Capability:** `{ "openCargoToml": boolean }` + This request is sent from client to server to open the current project's Cargo.toml **Method:** `experimental/openCargoToml` |
