We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaed89a + f8477d0 commit c26a43dCopy full SHA for c26a43d
editors/code/package.json
@@ -287,7 +287,8 @@
287
},
288
{
289
"command": "rust-analyzer.revealDependency",
290
- "title": "Reveal File"
+ "title": "Reveal File",
291
+ "category": "rust-analyzer"
292
}
293
],
294
"keybindings": [
@@ -1996,7 +1997,8 @@
1996
1997
"explorer": [
1998
1999
"id": "rustDependencies",
- "name": "Rust Dependencies"
2000
+ "name": "Rust Dependencies",
2001
+ "when": "inRustProject"
2002
2003
]
2004
0 commit comments