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:
commit
c26a43d6bd
@ -287,7 +287,8 @@
|
||||
},
|
||||
{
|
||||
"command": "rust-analyzer.revealDependency",
|
||||
"title": "Reveal File"
|
||||
"title": "Reveal File",
|
||||
"category": "rust-analyzer"
|
||||
}
|
||||
],
|
||||
"keybindings": [
|
||||
@ -1996,7 +1997,8 @@
|
||||
"explorer": [
|
||||
{
|
||||
"id": "rustDependencies",
|
||||
"name": "Rust Dependencies"
|
||||
"name": "Rust Dependencies",
|
||||
"when": "inRustProject"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user