tw-in-js / vscode-twind-intellisense

Intelligent Twind tooling for VS Code
MIT License
60 stars 10 forks source link

Publication on Open VSX #16

Open emilytrau opened 2 years ago

emilytrau commented 2 years ago

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 :)

tunnckoCore commented 2 years ago

Same here.

Or at least ship the vsx in the release.

poetthefrog commented 1 year ago

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!

poetthefrog commented 1 year ago

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

Reference

JunkMeal commented 1 year ago

I would love to see this