Skip to content

Commit 6675b58

Browse files
authored
Merge pull request #19344 from BenjaminBrienen/add-icons
Add icons to views
2 parents 9187403 + 86d140d commit 6675b58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

editors/code/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3488,13 +3488,15 @@
34883488
"views": {
34893489
"explorer": [
34903490
{
3491+
"icon": "$(package)",
34913492
"id": "rustDependencies",
34923493
"name": "Rust Dependencies",
34933494
"when": "inRustProject && config.rust-analyzer.showDependenciesExplorer"
34943495
}
34953496
],
34963497
"rustSyntaxTreeContainer": [
34973498
{
3499+
"icon": "$(file-code)",
34983500
"id": "rustSyntaxTree",
34993501
"name": "Rust Syntax Tree",
35003502
"when": "inRustProject && config.rust-analyzer.showSyntaxTree"

0 commit comments

Comments
 (0)