vscode-vite
vscode-vite copied to clipboard
Add an option for Package Manager
Clear and concise description of the problem
Currently, we have these two options
- [ ] Vite: Build command - npm build
- [ ] Vite: Dev command - npm dev
The default package manager is NPM and to change it PNPM I have to change both these options.
Suggested solution
It would be great if the package manager can be selected based on the .lock
file. But if that is too complex just add another option to change the package manager
- [ ] Vite: Package Manager - [npm/yarn/pnpm]
Alternative
It would be great if the package manager can be selected based on the .lock
file
Additional context
No response
Validations
- [X] Follow our Code of Conduct
- [X] Read the Contributing Guide.
- [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.