Skip to content

Commit 6309d55

Browse files
committed
fix: resolve VS Code extension icon path issue
- Updated icon path to use explicit relative path (./assets/icon.png) - Added extension/assets/icon.png as workaround for VSCE path resolution - This addresses the 'extension/assets/icon.png not found' error in CI
1 parent 32b9024 commit 6309d55

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

extension/assets/icon.png

4.59 KB
Loading

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Smart, structured, and beautiful git commits with AI assistance - by GLINR STUDIOS",
55
"version": "1.0.3",
66
"publisher": "glincker",
7-
"icon": "assets/icon.png",
7+
"icon": "./assets/icon.png",
88
"engines": {
99
"vscode": "^1.80.0"
1010
},

0 commit comments

Comments
 (0)