diff --git a/editors/code/package.json b/editors/code/package.json index c7b540625d9..1ce6a1b2b00 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -287,7 +287,8 @@ }, { "command": "rust-analyzer.revealDependency", - "title": "Reveal File" + "title": "Reveal File", + "category": "rust-analyzer" } ], "keybindings": [ @@ -1996,7 +1997,8 @@ "explorer": [ { "id": "rustDependencies", - "name": "Rust Dependencies" + "name": "Rust Dependencies", + "when": "inRustProject" } ] },