Dextension is a tool that allows you to download VS Code extensions (.vsix files) directly from the VS Code Marketplace. This is particularly useful for offline installation or when you need a specific version of an extension.
- Download extensions using VS Code Marketplace URLs
- Manually specify publisher, extension name, and version
- Select from available versions of an extension
- Simple, user-friendly interface
# Clone the repository
git clone https://github.com/oeuvars/dextension.git
# Navigate to the project directory
cd dextension
# Install dependencies
bun install
# Start the development server
bun run dev