Skip to content

ci: publish to Open VSX registry#672

Merged
fi3ework merged 1 commit intomainfrom
ovsx
Nov 5, 2025
Merged

ci: publish to Open VSX registry#672
fi3ework merged 1 commit intomainfrom
ovsx

Conversation

@fi3ework
Copy link
Copy Markdown
Member

@fi3ework fi3ework commented Nov 5, 2025

Summary

publish to OVSX for the forked IDEs of VS Code.

Related Links

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copilot AI review requested due to automatic review settings November 5, 2025 09:48
@netlify
Copy link
Copy Markdown

netlify bot commented Nov 5, 2025

Deploy Preview for rstest-dev ready!

Name Link
🔨 Latest commit 5858cb6
🔍 Latest deploy log https://app.netlify.com/projects/rstest-dev/deploys/690b1d5610087000081f6074
😎 Deploy Preview https://deploy-preview-672--rstest-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds support for publishing the VS Code extension to the Open VSX Registry in addition to the existing VS Code Marketplace. The change introduces the ovsx CLI tool and updates the release workflow to publish to both registries.

Key Changes

  • Added ovsx package as a development dependency for publishing to Open VSX Registry
  • Updated CI/CD workflow to publish the extension to Open VSX Registry after publishing to VS Code Marketplace

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
pnpm-lock.yaml Added ovsx@0.10.6 and its dependencies to the lockfile
packages/vscode/package.json Added ovsx as a devDependency
.github/workflows/release.yml Added new step to publish extension to Open VSX Registry
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- name: Publish OVSX Extension
env:
OVSX_PAT: ${{ secrets.OVSX_PAT }}
run: pnpm --filter ./packages/vscode exec ovsx publish --target ${{ matrix.vsce-target }}
Copy link

Copilot AI Nov 5, 2025

Choose a reason for hiding this comment

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

The ovsx publish command may not support the --target flag in the same way as vsce publish. Open VSX typically uses platform-specific VSIX files rather than target flags. Consider using ovsx publish rstest-${{ matrix.vsce-target }}.vsix to publish the pre-built platform-specific package, or verify that ovsx supports the --target flag with the same syntax.

Suggested change
run: pnpm --filter ./packages/vscode exec ovsx publish --target ${{ matrix.vsce-target }}
run: pnpm --filter ./packages/vscode exec ovsx publish rstest-${{ matrix.vsce-target }}.vsix

Copilot uses AI. Check for mistakes.
@fi3ework fi3ework merged commit 65c27e2 into main Nov 5, 2025
23 checks passed
@fi3ework fi3ework deleted the ovsx branch November 5, 2025 11:02
@9aoy 9aoy mentioned this pull request Nov 5, 2025
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.

2 participants