From b632c7d3220d838eed461152595334824f5bbb40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Mon, 8 May 2023 21:27:35 +0300 Subject: [PATCH 1/3] Fix broken table --- crates/ide/src/fetch_crates.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/ide/src/fetch_crates.rs b/crates/ide/src/fetch_crates.rs index d326b7c2cc..46ee671def 100644 --- a/crates/ide/src/fetch_crates.rs +++ b/crates/ide/src/fetch_crates.rs @@ -15,6 +15,11 @@ pub struct CrateInfo { // Shows a view tree with all the dependencies of this project // // |=== +// | Editor | Panel Name +// +// | VS Code | **Rust Dependencies** +// |=== +// // image::https://user-images.githubusercontent.com/5748995/229394139-2625beab-f4c9-484b-84ed-ad5dee0b1e1a.png[] pub(crate) fn fetch_crates(db: &RootDatabase) -> FxIndexSet { let crate_graph = db.crate_graph(); From 10637cf3e8ad37e858b481bdeadbe7cfa276f9d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Mon, 8 May 2023 21:27:43 +0300 Subject: [PATCH 2/3] Fix formatting --- crates/ide/src/goto_type_definition.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ide/src/goto_type_definition.rs b/crates/ide/src/goto_type_definition.rs index 6d2d0bd635..fb55a60ec4 100644 --- a/crates/ide/src/goto_type_definition.rs +++ b/crates/ide/src/goto_type_definition.rs @@ -10,7 +10,7 @@ use crate::{FilePosition, NavigationTarget, RangeInfo, TryToNav}; // |=== // | Editor | Action Name // -// | VS Code | **Go to Type Definition* +// | VS Code | **Go to Type Definition** // |=== // // image::https://user-images.githubusercontent.com/48062697/113020657-b560f500-917a-11eb-9007-0f809733a338.gif[] From 053741c28c2385f79a2bfedd0da24ee19aac848a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Mon, 8 May 2023 21:27:52 +0300 Subject: [PATCH 3/3] Remove duplicate command --- editors/code/package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/editors/code/package.json b/editors/code/package.json index c9de94f022..ea36d3a974 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -285,10 +285,6 @@ "title": "Clear flycheck diagnostics", "category": "rust-analyzer" }, - { - "command": "rust-analyzer.revealDependency", - "title": "Reveal File" - }, { "command": "rust-analyzer.revealDependency", "title": "Reveal File"