diff options
| author | bruno-ortiz <brunortiz11@gmail.com> | 2022-02-25 21:37:55 -0300 |
|---|---|---|
| committer | Bruno Ortiz <brunortiz11@gmail.com> | 2023-05-02 10:56:13 -0300 |
| commit | d01fc6405b45ed0fafd68f0f874068ed404ab976 (patch) | |
| tree | 6673d198622c7804f83fce4219b5c27eb4e0046a /editors/code/package.json | |
| parent | 09e0a00d3648eb4080d16f07c6dae73f7c73c431 (diff) | |
| download | rust-d01fc6405b45ed0fafd68f0f874068ed404ab976.tar.gz rust-d01fc6405b45ed0fafd68f0f874068ed404ab976.zip | |
Creating rust dependencies tree view
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 0efc191d748..b009e381ec9 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 |
