feat: introduce new icon artwork and differentiate the extension from the original - #40
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR refreshes the VS Code extension’s marketplace presentation by updating the icon-related metadata (banner color) and clarifying the extension’s marketplace description, while also tightening packaging/ignore rules for local dev artifacts.
Changes:
- Updated
package.jsonmarketplace metadata: clearer description and newgalleryBanner.color. - Updated
.vscodeignoreto exclude environment files from packaged.vsixartifacts. - Updated
.gitignoreto prevent committing the icon source file (icon.psd).
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates marketplace-facing description and banner color to match the new icon artwork. |
| .vscodeignore | Excludes environment file(s) from extension packaging artifacts. |
| .gitignore | Ignores the Photoshop source file for the icon artwork. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Changed the first gif to use html `img` tag instead of markdown so that we can add a height of 200px to it, just to scale it down a bit. - Updated the fork info below the gif to specify who publishes/maintains the extension.
This is because marketplace doesn't allow relative URLs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new and improved icon artwork with an update to the marketplace banner colour, and updates the extension description. These changes tries to prevent further confusion between the original and forked extensions, as demonstrated in #36 and kevb34ns#47, by establishing differentiating factors in the marketplace.
Visual changes:
galleryBanner.colorinpackage.jsonto use the dark blue#01092dfrom the new icon for improved appearance in the marketplace.Other changes:
descriptionfield inpackage.jsonto clarify that block comment completion is now available for all auto-supported languages, not just officially supported ones..envto.vscodeignoreto ensure environment files are excluded from VS Code extension packaging during testing.icon.psdto.gitignoreto prevent committing the Photoshop file of the icon.Documentation changes:
README.mdtitle so the new logo/icon is visible on the docs too which creates a better distinction in the repo.