code-django
code-django copied to clipboard
Publish to open-vsx.org
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.
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.