mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 06:03:58 +00:00
Hide deps panel outside of Rust projects and set missing category
This commit is contained in:
parent
aaed89ac04
commit
f8477d0cb4
1 changed files with 4 additions and 2 deletions
|
@ -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 a new issue