Skip to content

Commit 586a49a

Browse files
committed
Add icon
1 parent df0b21f commit 586a49a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
!LICENSE
1010
!README.md
1111
!src/**/*
12+
!images/*

images/qoa-logo-new.png

17.5 KB
Loading

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@
3939
},
4040
"license": "MIT",
4141
"homepage": "https://github.com/braheezy/vscode-qoa-preview",
42-
"bugs": "https://github.com/braheezy/vscode-qoa-preview/issues",
42+
"bugs": {
43+
"url": "https://github.com/braheezy/vscode-qoa-preview/issues"
44+
},
45+
"icon": "images/qoa-logo-new.png",
4346
"contributes": {
4447
"customEditors": [
4548
{

0 commit comments

Comments
 (0)