Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 0efc191d74..b009e381ec 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -288,6 +288,14 @@ { "command": "rust-analyzer.revealDependency", "title": "Reveal File" + }, + { + "command": "rust-analyzer.openFile", + "title": "Open File" + }, + { + "command": "rust-analyzer.revealDependency", + "title": "Reveal File" } ], "keybindings": [ @@ -1975,4 +1983,4 @@ } ] } -} +}
\ No newline at end of file |