Skip to content

COMMITDOCK-27: Align Marketplace publisher with VedanthVasuDev#25

Merged
vedanthvdev merged 1 commit into
masterfrom
COMMITDOCK-27
May 13, 2026
Merged

COMMITDOCK-27: Align Marketplace publisher with VedanthVasuDev#25
vedanthvdev merged 1 commit into
masterfrom
COMMITDOCK-27

Conversation

@vedanthvdev

Copy link
Copy Markdown
Owner

Problem

Marketplace manage URL uses publisher id VedanthVasuDev, but package.json had vedanthvdev. The public item name is publisher.name (case-sensitive), so listings and vsce show never matched your publisher.

Change

  • Set "publisher": "VedanthVasuDev" in package.json.
  • README: correct manage link, expected item URL, note about curl -I false 404, and that Release checks out the tag you enter (use a tag built from master after this fix, e.g. post-merge bump v0.9.7).
  • CHANGELOG [Unreleased] note.

After merge

Merge with semver:patch so master bumps to 0.9.7, Auto-tag creates v0.9.7, and Release publishes VedanthVasuDev.commit-dock. Ensure VSCE_PAT belongs to the same Microsoft account that owns publisher VedanthVasuDev.

package.json publisher must match the Visual Studio Marketplace publisher id
(case-sensitive). The manage URL uses VedanthVasuDev; the manifest still used
vedanthvdev, so vsce could report success while the public item URL and gallery
queries did not resolve. Update README with the correct itemName pattern and
publisher manage link.
@vedanthvdev vedanthvdev added the semver:patch After merge: bump extension patch version (npm version patch) from current package.json on master. label May 13, 2026
@vedanthvdev vedanthvdev merged commit 124f9ab into master May 13, 2026
2 of 3 checks passed
github-actions Bot added a commit that referenced this pull request May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver:patch After merge: bump extension patch version (npm version patch) from current package.json on master.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant