Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json18
1 files changed, 17 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index f36e34b6a1..5e2a1c69e9 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.openFile",
+ "title": "Open 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",
@@ -1963,4 +1979,4 @@
}
]
}
-}
+} \ No newline at end of file