Auto merge of #14764 - lnicola:deps-fixes-2, r=lnicola

minor: Hide deps panel outside of Rust projects and set missing category

Closes #14760
This commit is contained in:
bors 2023-05-08 18:44:59 +00:00
commit c26a43d6bd

View File

@ -287,7 +287,8 @@
}, },
{ {
"command": "rust-analyzer.revealDependency", "command": "rust-analyzer.revealDependency",
"title": "Reveal File" "title": "Reveal File",
"category": "rust-analyzer"
} }
], ],
"keybindings": [ "keybindings": [
@ -1996,7 +1997,8 @@
"explorer": [ "explorer": [
{ {
"id": "rustDependencies", "id": "rustDependencies",
"name": "Rust Dependencies" "name": "Rust Dependencies",
"when": "inRustProject"
} }
] ]
}, },