Add automated publishing to Open VSX Registry#93
Merged
GordonSmith merged 1 commit intomainfrom Oct 10, 2025
Merged
Conversation
Copilot
AI
changed the title
[WIP] Publish extension to Open VSX Registry
Add automated publishing to Open VSX Registry
Oct 10, 2025
GordonSmith
requested changes
Oct 10, 2025
package.json
Outdated
| "eslint-plugin-prettier": "5.5.4", | ||
| "globals": "16.4.0", | ||
| "npm-run-all": "4.1.5", | ||
| "ovsx": "^0.10.6", |
Collaborator
There was a problem hiding this comment.
Remove ^ from the version
Contributor
Author
There was a problem hiding this comment.
Fixed in commit 7b8f9ea - changed to exact version "0.10.6" to match the project's convention of using exact versions for all dependencies.
GordonSmith
approved these changes
Oct 10, 2025
- Install ovsx CLI as dev dependency - Update release workflow to publish to Open VSX Registry - Add OVSX_PAT secret requirement in workflow - Update release comment to mention both registries - Add marketplace installation instructions to README - Add maintainer documentation for Open VSX token setup Co-authored-by: GordonSmith <966863+GordonSmith@users.noreply.github.com>
0272d9c to
bdeaa99
Compare
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.
Original prompt
Fixes #92
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.