Skip to content

Commit

Permalink
🐛 FIX: Image icon include
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Aug 29, 2019
1 parent 22f510e commit ca46e21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# Whitelist what you need.
!.vscodeignore
!package.json
!images/icon/logo.png
!themes/shades-of-purple-color-theme.json
!themes
!themes/*
Expand Down
Binary file added images/icon/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"engines": {
"vscode": "^1.15.0"
},
"icon": "images/logo.png",
"icon": "images/icon/logo.png",
"repository": {
"type": "git",
"url": "https://github.com/ahmadawais/shades-of-purple-vscode"
Expand Down Expand Up @@ -51,8 +51,10 @@
},
"files": [
".vscodeignore",
"themes/shades-of-purple-color-theme.json",
"themes",
"themes/*",
"images/icon/logo.png",
"package.json",
"readme.md",
"code-of-conduct.md"
Expand Down

0 comments on commit ca46e21

Please sign in to comment.