Skip to content

Commit e58a057

Browse files
fix: marketplace icon to meet VS Code requirements
1 parent 57080ec commit e58a057

File tree

4 files changed

+27
-17
lines changed

4 files changed

+27
-17
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to the "promptitude" extension will be documented in this fi
44

55
## [Unreleased]
66

7+
## [1.5.4] - 2026-01-09
8+
9+
### Fixed
10+
11+
- Fixed marketplace icon display issues by ensuring PNG icon meets VS Code Marketplace requirements (at least 128x128 pixels, transparency, proper padding).
12+
713
## [1.5.3] - 2026-01-08
814

915
### Fixed

package-lock.json

Lines changed: 19 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "promptitude-extension",
33
"displayName": "Promptitude",
44
"description": "Sync GitHub Copilot prompts, chatmodes and instructions from git repositories",
5-
"version": "1.5.3",
5+
"version": "1.5.4",
66
"publisher": "logientnventive",
7-
"icon":"resources/promptitude-icon.png",
7+
"icon": "resources/promptitude-icon.png",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/nventive/promptitude.git",

resources/promptitude-icon.png

30 KB
Loading

0 commit comments

Comments
 (0)