vscode-twind-intellisense
vscode-twind-intellisense copied to clipboard
Publication on Open VSX
Hi there!
Would it be possible to publish this extension to the Open VSX registry? This would enable use in alternative vscode distributions such as VSCodium.
Thanks :)
Same here.
Or at least ship the vsx in the release.
Hello! I would love to see this as well. Steps are here! If not, it'd be nice to have permission for myself or anyone else interested to publish this themselves in the mean time, just so its available.
Thanks!
Actually just got this working locally so I wanted to post for anyone interested. You need to package it yourself and install manually.
Clone the extension repo locally and build
Then run
npm install -g @vscode/vsce
vsce package
codium --install-extension /path/to/vsix
I would love to see this