Merge pull request #19344 from BenjaminBrienen/add-icons

Add icons to views
This commit is contained in:
Lukas Wirth 2025-03-16 13:42:30 +00:00 committed by GitHub
commit 6675b585d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3488,6 +3488,7 @@
"views": {
"explorer": [
{
"icon": "$(package)",
"id": "rustDependencies",
"name": "Rust Dependencies",
"when": "inRustProject && config.rust-analyzer.showDependenciesExplorer"
@ -3495,6 +3496,7 @@
],
"rustSyntaxTreeContainer": [
{
"icon": "$(file-code)",
"id": "rustSyntaxTree",
"name": "Rust Syntax Tree",
"when": "inRustProject && config.rust-analyzer.showSyntaxTree"