code-django icon indicating copy to clipboard operation
code-django copied to clipboard

Publish to open-vsx.org

Open UDAR-TomH opened this issue 1 year ago • 1 comments

Thanks for the extension! It would be great if you could publish this to open-vsx.org, so we can use it with VSCodium, too.

UDAR-TomH avatar Feb 20 '25 16:02 UDAR-TomH

I thought, i would automate both vscode and open-vsx publishing. But I won't be able to do it anytime soon.

You can also easily build it from source.

git clone https://github.com/almahdi404/code-django
cd code-django
npm i
npm run build
npx -y @vscode/vsce pack

Then you can just install the .vsix file in VSCodium.

almahdi404 avatar Feb 20 '25 19:02 almahdi404