antfu / vscode-pnpm-catalog-lens

Show versions inline for PNPM catalog: field
https://marketplace.visualstudio.com/items?itemName=antfu.pnpm-catalog-lens
MIT License
140 stars 2 forks source link

Add feature lens for pnpm workspace protocol & rename this vscode extension as pnpm lens #1

Closed manudeli closed 2 months ago

manudeli commented 2 months ago

Clear and concise description of the problem

In my opinion, "workspace:*" could be replaced like "catalog:"

image

Suggested solution

Same feature with catalog lens..!

Alternative

No response

Additional context

No response

Validations

antfu commented 2 months ago

I thought about that - but is it really worth it? Supposely workspace:* should always point to the same version, where you don't actually care. Also, it would be a lot of extra work to read the version of each workspace package. For now, let's considere this is a no-goal, feel free to fork it and do another extension if you really want it. Thanks.