diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-07-27 16:41:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-27 16:41:02 +0000 |
| commit | 2c638a467ea97327c38d1991322aea1c514fc3ef (patch) | |
| tree | d8450ce54beb963e3932e1cdd60764f2097b10b0 /docs/dev | |
| parent | 9ca81edb7ce2e301234e3dafd7ecc35d398db603 (diff) | |
| parent | 7d6c4142b2cb587a8a1ceebe667ce27580d7dc7b (diff) | |
| download | rust-2c638a467ea97327c38d1991322aea1c514fc3ef.tar.gz rust-2c638a467ea97327c38d1991322aea1c514fc3ef.zip | |
Merge #9709
9709: fix: add capability for "open cargo.toml" lsp extension r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
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 b73a7487637..ffc94b178a5 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` |
