this is dextension. it lets you snag vs code extensions (.vsix files) straight from the marketplace. super clutch if you're offline or just need that specific version for codium, cursor or other forks.
- one - grab extensions via marketplace urls
- two - manual lookup by publisher, name, and version
- three - pick whatever version you need
- four - clean and simple ui, no fuss
get it running locally:
# clone the repo
git clone https://github.com/oeuvars/dextension.git
# jump in
cd dextension
# install deps (we use pnpm, dont use npm)
pnpm install
# start it up
pnpm run dev