Unnamed repository; edit this file 'description' to name the repository.
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 da4fa15b02..4b6e5ef333 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -172,6 +172,11 @@ "category": "Rust Analyzer" }, { + "command": "rust-analyzer.shuffleCrateGraph", + "title": "Shuffle Crate Graph", + "category": "Rust Analyzer" + }, + { "command": "rust-analyzer.reloadWorkspace", "title": "Reload workspace", "category": "Rust Analyzer" |