Marketplace prep: official icon, CHANGELOG, PUBLISHING guide#16
Merged
Conversation
- Replace the hand-rolled phone SVG with the official agent-device mark (purple #8232FF) from the agent-device docs site - media/icon.png 128x128: official mark centered on #3b2860 (sampled from agent-device-banner.jpg), rendered via sharp - galleryBanner.color updated to #3b2860 so the marketplace listing banner matches the icon background - package.json: bump 0.0.1 -> 0.1.0, add icon, keywords, homepage, bugs.url, galleryBanner, preview: true; drop "private": true so the marketplace will accept the package; tighten description - CHANGELOG.md (Keep a Changelog) seeded with [0.1.0] release notes - PUBLISHING.md: end-to-end ops guide — publisher creation, PAT, vsce login, release pipeline, smoke-install, pre-release flag, Open VSX mirror via ovsx, rollback strategy - README: CI badge, MIT badge, links to LICENSE, CHANGELOG, PUBLISHING Doesn't change runtime behavior. Open before publishing: register the "agent-device" publisher (or whatever ID you settle on) at marketplace.visualstudio.com and update package.json.publisher.
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.
Summary
Everything needed to publish to the VS Code Marketplace — minus the parts that need an account.
Open before `vsce publish`
`PUBLISHING.md` walks through it step by step.
Test plan