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

feat: module hover tooltip for pnpm catalogs #19

Open
mmellado opened this issue Aug 28, 2024 · 1 comment
Open

feat: module hover tooltip for pnpm catalogs #19

mmellado opened this issue Aug 28, 2024 · 1 comment

Comments

@mmellado
Copy link

PNPM has introduced support for the catalog protocol, which allows us to define dependency versions in pnpm-workspace.yaml under the catalog key. Would be great to be able to get dependency version tooltips in this file as well, to make it easier to check catalog dependency versions all at once.

Example:

pnpm-workspace.yml

packages:
    - 'packages/**/*'

catalog:
    '@types/node': ^20.14.15
    typescript: ^5.5.4

PNPM Catalogs description: https://pnpm.io/catalogs

@tjx666
Copy link
Owner

tjx666 commented Aug 28, 2024

I will try to migrate https://github.com/antfu/vscode-pnpm-catalog-lens featue to this extension.
Pr also welcome.

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

No branches or pull requests

2 participants