Skip to content

Add automated publishing to Open VSX Registry#93

Merged
GordonSmith merged 1 commit intomainfrom
copilot/publish-extension-open-vsx
Oct 10, 2025
Merged

Add automated publishing to Open VSX Registry#93
GordonSmith merged 1 commit intomainfrom
copilot/publish-extension-open-vsx

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Oct 10, 2025

  • Install ovsx CLI as dev dependency
  • Update release-please.yml workflow to publish to Open VSX Registry after VS Code Marketplace
  • Update README.md to mention availability on both registries
  • Test that the workflow changes are valid
  • Add maintainer documentation for Open VSX token setup
  • Fix ovsx version to use exact version without caret
Original prompt

This section details on the original issue you should resolve

<issue_title>Publish extension to Open VSX Registry</issue_title>
<issue_description>It would be great if this extension were also automatically published to Open VSX Registry.
Visual Studio Marketplace cannot be used with a manually compiled VSCode nor with fully FOSS binaries like VSCodium.
</issue_description>

Comments on the Issue (you are @copilot in this section)

Fixes #92


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Copilot AI changed the title [WIP] Publish extension to Open VSX Registry Add automated publishing to Open VSX Registry Oct 10, 2025
Copilot AI requested a review from GordonSmith October 10, 2025 21:46
package.json Outdated
"eslint-plugin-prettier": "5.5.4",
"globals": "16.4.0",
"npm-run-all": "4.1.5",
"ovsx": "^0.10.6",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove ^ from the version

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot please fix

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in commit 7b8f9ea - changed to exact version "0.10.6" to match the project's convention of using exact versions for all dependencies.

Copilot AI requested a review from GordonSmith October 10, 2025 22:17
@GordonSmith GordonSmith marked this pull request as ready for review October 10, 2025 22:20
- 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>
@GordonSmith GordonSmith force-pushed the copilot/publish-extension-open-vsx branch from 0272d9c to bdeaa99 Compare October 10, 2025 22:26
@GordonSmith GordonSmith merged commit b0b63ca into main Oct 10, 2025
13 checks passed
@GordonSmith GordonSmith deleted the copilot/publish-extension-open-vsx branch October 10, 2025 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Publish extension to Open VSX Registry

2 participants