antfu / vscode-vite

One step faster for Vite in VS Code ⚡️
https://marketplace.visualstudio.com/items?itemName=antfu.vite
452 stars 25 forks source link

Add an option for Package Manager #35

Open sarvex opened 1 year ago

sarvex commented 1 year ago

Clear and concise description of the problem

Currently, we have these two options

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

Alternative

It would be great if the package manager can be selected based on the .lock file

Additional context

No response

Validations