From 795a1cbe89bc2428937aec828963fe64a2c8d4d9 Mon Sep 17 00:00:00 2001 From: bruno-ortiz Date: Fri, 25 Feb 2022 21:37:55 -0300 Subject: Creating rust dependencies tree view --- editors/code/package.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'editors/code/package.json') diff --git a/editors/code/package.json b/editors/code/package.json index f36e34b6a1b..5e2a1c69e94 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 -- cgit 1.4.1-3-g733a5