Skip to content

Commit b206dd0

Browse files
committed
Replace light/dark package icons with single SVG
Consolidated the package command icon to a single SVG file and updated package.json to reference the new icon. Removed the separate light and dark icon files to simplify icon management.
1 parent 3231bfc commit b206dd0

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@
4747
"command": "extension.newPackage",
4848
"title": "New Package...",
4949
"category": "Explorer",
50-
"icon": {
51-
"light": "resources/icons/package_light.svg",
52-
"dark": "resources/icons/package_dark.svg"
53-
}
50+
"icon": "resources/icons/package.svg"
5451
}
5552
],
5653
"menus": {

resources/icons/package.svg

Lines changed: 3 additions & 0 deletions
Loading

resources/icons/package_dark.svg

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

resources/icons/package_light.svg

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

0 commit comments

Comments
 (0)