diff options
| author | Jonas Schievink <jonas.schievink@ferrous-systems.com> | 2021-12-07 16:41:24 +0100 |
|---|---|---|
| committer | Jonas Schievink <jonas.schievink@ferrous-systems.com> | 2021-12-07 16:41:24 +0100 |
| commit | 0db5aacfcd3e59b14474ab43b5cde919a1acfc8e (patch) | |
| tree | c53ce26e632247e03ee722b0357bf765b894d8f7 /docs/dev | |
| parent | deb5c1426d1ca8150a9a7e4eddb53a84f51b58b9 (diff) | |
| download | rust-0db5aacfcd3e59b14474ab43b5cde919a1acfc8e.tar.gz rust-0db5aacfcd3e59b14474ab43b5cde919a1acfc8e.zip | |
Update lsp-extensions.md
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/lsp-extensions.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md index b925f146a72..c92395553c0 100644 --- a/docs/dev/lsp-extensions.md +++ b/docs/dev/lsp-extensions.md @@ -1,5 +1,5 @@ <!--- -lsp_ext.rs hash: c6568e4035333f3a +lsp_ext.rs hash: 49ffd619919ed74 If you need to change the above hash to make the test pass, please check if you need to adjust this doc as well and ping this issue: @@ -526,6 +526,14 @@ Renders rust-analyzer's crate graph as an SVG image. If `full` is `true`, the graph includes non-workspace crates (crates.io dependencies as well as sysroot crates). +## Shuffle Crate Graph + +**Method:** `rust-analyzer/shuffleCrateGraph` + +**Request:** `null` + +Shuffles the crate IDs in the crate graph, for debugging purposes. + ## Expand Macro **Method:** `rust-analyzer/expandMacro` |
