Publish the VS Code extension as astro-tools.gmat-mission-script#59
Merged
Conversation
Revert #58: now that the astro-tools VS Code Marketplace publisher exists (alongside the astro-tools Open VSX namespace), restore publisher = astro-tools and the astro-tools.gmat-script Marketplace / Open VSX badges, links, install command, and activation-test extension id.
The Marketplace requires globally-unique extension names, and gmat-script is already taken by another publisher, so the extension cannot be created under that name. Rename the manifest name field to gmat-mission-script (published as astro-tools.gmat-mission-script on the Marketplace and Open VSX); displayName stays 'GMAT Script', and the repo, PyPI, and npm identities are unchanged.
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
Make the VS Code extension publishable and ship it under the org publisher:
publisher: astro-tools(theastro-toolsMarketplace publisher and Open VSX namespace both now exist).namegmat-script→gmat-mission-script. The Marketplace enforces globally-unique extension names andgmat-scriptis already taken by another publisher, so it could never be created under that name. The id is nowastro-tools.gmat-mission-scripton both registries;displayNamestays GMAT Script.The GitHub repo, PyPI package (
gmat-script), and npm grammar (tree-sitter-gmat) identities are unchanged.Re-publish
After merge, the
v0.3.0tag is re-cut to publishastro-tools.gmat-mission-script; PyPI and npm are idempotent skips.