Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension should recognize other package managers than npm #3854

Open
wojtekmaj opened this issue Sep 19, 2023 · 6 comments
Open

Extension should recognize other package managers than npm #3854

wojtekmaj opened this issue Sep 19, 2023 · 6 comments
Labels
Milestone

Comments

@wojtekmaj
Copy link

wojtekmaj commented Sep 19, 2023

Existence of any other package manager (recognized by packageManager in package.json, presence of a certain lockfile) is simply ignored and the extension still tries to configure everything, particularly tasks.json, using npm. This leads to creating setups that may simply not work.

@alexweininger
Copy link
Member

Which package managers would you like to see supported? You're correct in that we only support npm at the moment. Others we could support would be yarn or pnpm.

@wojtekmaj
Copy link
Author

wojtekmaj commented Sep 28, 2023

Yarn and pnpm is a really solid base, if the hype continues, bun could be also a good candidate. In terms of priority (against my personal preferences, in which I would prefer seeing Yarn 3 first), I think it is:

  1. Yarn v1 (still hugely popular, plenty of projects using it)
  2. Yarn v2/v3/v4 (natural path for people upgrading from Yarn v1) AND pnpm (quickly gaining popularity, although still relatively low) on equal level of priority
  3. Bun (new in town, quickly gaining popularity, demand likely to increase)

@alexweininger
Copy link
Member

Ok, thanks for the info.

@AzCode-Bot
Copy link
Collaborator

This feature request is now a candidate for our backlog. The community has 240 days to upvote the issue. If it receives 5 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@wojtekmaj wojtekmaj changed the title Extension fails to recognize anything else but npm Extension should recognize other package managers than npm Sep 29, 2023
@alexweininger
Copy link
Member

Yarn and pnpm is a really solid base, if the hype continues, bun could be also a good candidate. In terms of priority (against my personal preferences, in which I would prefer seeing Yarn 3 first), I think it is:

  1. Yarn v1 (still hugely popular, plenty of projects using it)
  2. Yarn v2/v3/v4 (natural path for people upgrading from Yarn v1) AND pnpm (quickly gaining popularity, although still relatively low) on equal level of priority
  3. Bun (new in town, quickly gaining popularity, demand likely to increase)

Which one are you currently using? Yarn 3?

@wojtekmaj
Copy link
Author

@alexweininger Yes, v3 at the moment.

Note that versions 2/3/4 will be all pretty much the same when implementing support - same commands, same lockfiles, same configuration files etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants