Skip to content

Commit

Permalink
Auto merge of rust-lang#14764 - lnicola:deps-fixes-2, r=lnicola
Browse files Browse the repository at this point in the history
minor: Hide deps panel outside of Rust projects and set missing category

Closes rust-lang#14760
  • Loading branch information
bors committed May 8, 2023
2 parents aaed89a + f8477d0 commit c26a43d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@
},
{
"command": "rust-analyzer.revealDependency",
"title": "Reveal File"
"title": "Reveal File",
"category": "rust-analyzer"
}
],
"keybindings": [
Expand Down Expand Up @@ -1996,7 +1997,8 @@
"explorer": [
{
"id": "rustDependencies",
"name": "Rust Dependencies"
"name": "Rust Dependencies",
"when": "inRustProject"
}
]
},
Expand Down

0 comments on commit c26a43d

Please sign in to comment.