Skip to content

Commit 5febad5

Browse files
committed
Remove custom package icon and update references
Deleted the custom package.svg icon and updated package.json to use the built-in VS Code icon reference instead. Also removed the resources directory from the published files list.
1 parent b206dd0 commit 5febad5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"repository": "https://github.com/TypeScriptPlayground/vs-code-new-package-extension",
1010
"files": [
1111
"dist/**/*",
12-
"resources/**/*",
1312
"README.md",
1413
"LICENSE.md"
1514
],
@@ -47,7 +46,7 @@
4746
"command": "extension.newPackage",
4847
"title": "New Package...",
4948
"category": "Explorer",
50-
"icon": "resources/icons/package.svg"
49+
"icon": "$(package)"
5150
}
5251
],
5352
"menus": {

resources/icons/package.svg

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

0 commit comments

Comments
 (0)