Skip to content

Commit 4abb674

Browse files
committed
Refactor log viewer commands and update icons for clarity
1 parent 065eb7c commit 4abb674

File tree

3 files changed

+4
-16
lines changed

3 files changed

+4
-16
lines changed

package.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,13 @@
2121
},
2222
{
2323
"command": "magento-log-viewer.clearAllLogFiles",
24-
"title": "Clear all Logs",
25-
"icon": {
26-
"light": "resources/bin-light.svg",
27-
"dark": "resources/bin-dark.svg"
28-
}
24+
"title": "Delete Logfiles",
25+
"icon": "$(trash)"
2926
},
3027
{
3128
"command": "magento-log-viewer.refreshLogFiles",
3229
"title": "Refresh Log Files",
33-
"icon": {
34-
"light": "resources/light/refresh.svg",
35-
"dark": "resources/dark/refresh.svg"
36-
}
30+
"icon": "$(refresh)"
3731
}
3832
],
3933
"configuration": {
@@ -71,7 +65,7 @@
7165
"commands": [
7266
{
7367
"command": "magento-log-viewer.clearAllLogFiles",
74-
"title": "Clear all Logs",
68+
"title": "Delete Logfiles",
7569
"group": "navigation"
7670
}
7771
]

resources/bin-dark.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

resources/bin-light.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)