We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833d530 commit b632c7dCopy full SHA for b632c7d
crates/ide/src/fetch_crates.rs
@@ -15,6 +15,11 @@ pub struct CrateInfo {
15
// Shows a view tree with all the dependencies of this project
16
//
17
// |===
18
+// | Editor | Panel Name
19
+//
20
+// | VS Code | **Rust Dependencies**
21
+// |===
22
23
// image::https://user-images.githubusercontent.com/5748995/229394139-2625beab-f4c9-484b-84ed-ad5dee0b1e1a.png[]
24
pub(crate) fn fetch_crates(db: &RootDatabase) -> FxIndexSet<CrateInfo> {
25
let crate_graph = db.crate_graph();
0 commit comments