Skip to content

Commit 2a80e14

Browse files
committed
fix: Fix icon path
1 parent 9bdce52 commit 2a80e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"start": "webpack --watch",
3333
"vscode:prepublish": "npm run build"
3434
},
35-
"icon": "./assets/icon.png",
35+
"icon": "assets/icon.png",
3636
"engines": {
3737
"vscode": "^1.49.0"
3838
},

0 commit comments

Comments
 (0)