Publish under the Markdown Table Editor Plus display name - #14
Merged
Conversation
The Marketplace refused every upload with "This extension display name is taken". The identifier was not the problem: `Markdown Table Editor` as a display name belongs to the unrelated octop162.markdown-table-editor, and the Marketplace requires display names to be globally unique, so renaming the identifier alone could never have helped. Publish as krotname.markdown-table-editor-plus with the display name "Markdown Table Editor Plus", and carry the identifier through the workflows, scripts, packaging output, and documentation. Commands, settings, keybindings, and behaviour are untouched, so this is a metadata-only release. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b9591239d6
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
The suite resolves the extension by id before exercising it, so the rename left it looking up an identifier that no longer exists. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <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.
User impact
Unblocks the Marketplace upload, which was refused four times in a row with "This extension display
name is taken".
The identifier was never the problem. The Marketplace requires the display name to be globally
unique, and
Markdown Table Editorbelongs to the unrelatedoctop162.markdown-table-editor(confirmed through the gallery
extensionqueryAPI). Every candidate package so far kept that samedisplay name and only varied the identifier, so all of them were rejected for the same reason.
Markdown Table Editor Pluskrotname.markdown-table-editor-plus0.2.2, metadata only — commands, keybindings, settings, andsrc/core.tsare untouchedscripts/package.mjs,scripts/verify-vsix.mjs, packagingoutput name, lockfile, README RU/EN,
THIRD_PARTY_NOTICES.md, andMARKETPLACE_SUBMISSION.md,which now records the display-name constraint so the next release does not repeat the cycle
Validation
npm run checknpm run package—build/markdown-table-editor-plus.vsixnpm run test:vsix— installs askrotname.markdown-table-editor-plus@0.2.2extension.vsixmanifestcarries<DisplayName>Markdown Table Editor Plus</DisplayName>Core parity
src/core.tsbehavior.