Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--editors/code/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 9df41c7487..11732ddd3e 100644
--- a/editors/code/package.json
+++ b/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"