From d6229ae10f90b8f7b2f06e378989dbeb79a17310 Mon Sep 17 00:00:00 2001 From: AnishBplayz Date: Fri, 17 Oct 2025 11:18:00 +0530 Subject: [PATCH] Add automated publishing to Open VSX Registry Updated the release workflow to publish the extension to the Open VSX Registry in addition to the Visual Studio Marketplace. Updated the README to document Open VSX support, making the extension available to users of open-source VS Code alternatives. --- .github/workflows/release.yml | 7 +++++++ README.md | 2 ++ 2 files changed, 9 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2fb5506..a92e17e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,3 +35,10 @@ jobs: pat: ${{ secrets.VS_MARKETPLACE_TOKEN }} registryUrl: https://marketplace.visualstudio.com yarn: true + + - name: Publish to Open VSX Registry + uses: HaaLeo/publish-vscode-extension@v2 + with: + pat: ${{ secrets.OPEN_VSX_TOKEN }} + registryUrl: https://open-vsx.org + yarn: true \ No newline at end of file diff --git a/README.md b/README.md index b3b6a34..9f27236 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ > [!NOTE] > **This is a community maintained fork of archived [overextended/cfxlua-vscode](https://github.com/overextended/cfxlua-vscode).** +> +> **Open VSX Support:** This PR adds automated publishing to Open VSX Registry alongside the existing Visual Studio Marketplace publishing, making the extension available to users of open-source VS Code alternatives like VSCodium. _This extension is not authored, published, sponsored, nor endorsed by Cfx.re._