Feature Request: Add support for Bun package manager #1108
Labels
feature-request
Request for new features or functionality
help wanted
Issues identified as good community contribution opportunities
Is your feature request related to a problem? Please describe.
Currently, vsce hardcodes the use of npm for running prepublish scripts (
npm run vscode:prepublish
). This causes issues when using alternative package managers like Bun, as the command fails with "npm: command not found" even when the project is properly configured to use Bun.Describe the solution you'd like
I propose adding support for different package managers, specifically Bun, in the following ways:
Describe alternatives you've considered
Current workarounds include:
Additional context
Bun is gaining popularity as a fast, all-in-one JavaScript runtime and package manager. Supporting it would improve the developer experience for teams using Bun in their VS Code extension projects.
Example of a project using Bun:
Environment:
The text was updated successfully, but these errors were encountered: