diff options
| author | BenjaminBrienen <Benjamin.Brienen@outlook.com> | 2025-03-11 20:16:05 +0100 |
|---|---|---|
| committer | BenjaminBrienen <Benjamin.Brienen@outlook.com> | 2025-03-15 21:34:12 +0100 |
| commit | de08516547311668b9dabc4dcb77ead6d241b713 (patch) | |
| tree | f5d05ce2a2ba5d20b1bacfd1441fb51e2a7068ac | |
| parent | 845ca7b7acc596a15aeb2f373f62e9ec6a2718ec (diff) | |
| download | rust-de08516547311668b9dabc4dcb77ead6d241b713.tar.gz rust-de08516547311668b9dabc4dcb77ead6d241b713.zip | |
Add view icons
| -rw-r--r-- | src/tools/rust-analyzer/editors/code/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/editors/code/package.json b/src/tools/rust-analyzer/editors/code/package.json index 9df41c7487c..11732ddd3e6 100644 --- a/src/tools/rust-analyzer/editors/code/package.json +++ b/src/tools/rust-analyzer/editors/code/package.json @@ -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" |
