diff options
| author | Jonas Schievink <jonasschievink@gmail.com> | 2021-05-11 16:15:31 +0200 |
|---|---|---|
| committer | Jonas Schievink <jonasschievink@gmail.com> | 2021-05-11 16:15:31 +0200 |
| commit | a85a2c4d151d9d2e8fb016d76aad99a6ca88bc75 (patch) | |
| tree | 636c0727298fd9d60a7b2a639c49dca8ba73d813 /editors/code/package.json | |
| parent | 9fa9d166d8141bb9ca4fcf0544c49b903fb85e09 (diff) | |
| download | rust-a85a2c4d151d9d2e8fb016d76aad99a6ca88bc75.tar.gz rust-a85a2c4d151d9d2e8fb016d76aad99a6ca88bc75.zip | |
Allow viewing the crate graph in a webview
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index f35d30898f7..0f38a1673ac 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -110,6 +110,11 @@ "category": "Rust Analyzer" }, { + "command": "rust-analyzer.viewCrateGraph", + "title": "View Crate Graph", + "category": "Rust Analyzer" + }, + { "command": "rust-analyzer.expandMacro", "title": "Expand macro recursively", "category": "Rust Analyzer" |
