Publish under the md-table-editor extension name - #12
Merged
Conversation
The Marketplace rejects an extension name that any other publisher already uses, and markdown-table-editor is taken by an unrelated extension, so the first upload of krotname.markdown-table-editor was refused. Rename the package to md-table-editor and release it as 0.2.1: v0.2.0 is already tagged and published as a GitHub release with checksums and build provenance, so the renamed package needs its own version rather than a silent replacement of an existing one. The display name, commands, settings, and behaviour are unchanged. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
The first upload to the Marketplace was refused:
The Marketplace namespace for
nameis global, not per publisher, andmarkdown-table-editorisheld by an unrelated extension (
octop162.markdown-table-editor). Checkedmd-table-editoragainst the gallery API before picking it: free.
What changed
package.json/package-lock.json:nameismd-table-editor, version is0.2.1.build/md-table-editor.vsix;scripts/package.mjs,scripts/verify-vsix.mjs,and the
ci,release, andpublish-marketplaceworkflows follow, including the publishconfirmation string
md-table-editor:<version>and the concurrency group.e2e/extension.test.tslooks upkrotname.md-table-editor.CHANGELOG.mdrecords 0.2.1;MARKETPLACE_SUBMISSION.mdcarries the new identifier, version,and release notes; both READMEs and
THIRD_PARTY_NOTICES.mduse the new VSIX file name.Display name, commands, settings, keybindings, and behaviour are untouched.
Why 0.2.1 and not a re-cut 0.2.0
v0.2.0is already tagged, released on GitHub, and carriesSHA256SUMS.txtplus a buildprovenance attestation. Shipping different bytes under that number would break the attestation's
promise, so the rename gets its own version.
Verification
npm run package→build/md-table-editor.vsix, 12 files, 104.35 KBnpm run test:vsix→ installs into a throwaway VS Code 1.131.0 and reportskrotname.md-table-editor@0.2.1🤖 Generated with Claude Code