Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Delete unused SVG files and update
Browse files Browse the repository at this point in the history
project-explorer icon path
  • Loading branch information
monstajoe2002 committed Nov 24, 2023
1 parent cb575b0 commit 92cf406
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 21 deletions.
7 changes: 0 additions & 7 deletions assets/dark/refresh.svg

This file was deleted.

7 changes: 0 additions & 7 deletions assets/light/refresh.svg

This file was deleted.

13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"id": "project-explorer",
"title": "Project Explorer",
"icon": "./assets/project-explorer-treeview.svg"
"icon": "resources/project-explorer-treeview.svg"
}
]
},
Expand Down Expand Up @@ -54,19 +54,18 @@
},
{
"command": "project-explorer.tree.refresh",
"icon": {
"light": "./assets/light/refresh.svg",
"dark": "./assets/dark/refresh.svg"
},
"icon": "$(refresh)",
"title": "Refresh"
},
{
"command": "project-explorer.tree.delete",
"title": "Delete"
"title": "Delete",
"icon": "$(remove)"
},
{
"command": "project-explorer.tree.rename",
"title": "Rename"
"title": "Rename",
"icon": "$(pencil)"
}
],
"menus": {
Expand Down
File renamed without changes

0 comments on commit 92cf406

Please sign in to comment.