Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index f36e34b6a1..ca00da9f36 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -284,6 +284,14 @@
"command": "rust-analyzer.clearFlycheck",
"title": "Clear flycheck diagnostics",
"category": "rust-analyzer"
+ },
+ {
+ "command": "rust-analyzer.revealDependency",
+ "title": "Reveal File"
+ },
+ {
+ "command": "rust-analyzer.revealDependency",
+ "title": "Reveal File"
}
],
"keybindings": [
@@ -1956,6 +1964,14 @@
}
]
},
+ "views": {
+ "explorer": [
+ {
+ "id": "rustDependencies",
+ "name": "Rust Dependencies"
+ }
+ ]
+ },
"jsonValidation": [
{
"fileMatch": "rust-project.json",