Skip to content

Commit c26a43d

Browse files
committed
Auto merge of rust-lang#14764 - lnicola:deps-fixes-2, r=lnicola
minor: Hide deps panel outside of Rust projects and set missing category Closes rust-lang#14760
2 parents aaed89a + f8477d0 commit c26a43d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

editors/code/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,8 @@
287287
},
288288
{
289289
"command": "rust-analyzer.revealDependency",
290-
"title": "Reveal File"
290+
"title": "Reveal File",
291+
"category": "rust-analyzer"
291292
}
292293
],
293294
"keybindings": [
@@ -1996,7 +1997,8 @@
19961997
"explorer": [
19971998
{
19981999
"id": "rustDependencies",
1999-
"name": "Rust Dependencies"
2000+
"name": "Rust Dependencies",
2001+
"when": "inRustProject"
20002002
}
20012003
]
20022004
},

0 commit comments

Comments
 (0)