Wire up extension icon (media/icon.png)

Replaces the //icon TODO with the real icon field. The PNG asset is added separately. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014EUvyohLND97Xxew23jN2d

paydii committed Jun 25, 2026 at 18:52 UTC f44c4a6abaa45b442a74ceb32dffb40a9378027e
1 file changed +1 -1
package.json
+1 -1
index 17ace35..77192b4 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "license": "MIT", "packageManager": "pnpm@10.33.0", "homepage": "https://code.sigit.si", - "//icon": "TODO: add media/icon.png (128x128) before publishing, then set \"icon\": \"media/icon.png\"", + "icon": "media/icon.png", "repository": { "type": "git", "url": "https://github.com/getsigit/sigit-vscode"