-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Summary
In package.json it is possible to highlight package description and it's newest version. However this does not work for packages installed from custom configured npm registries.
Description
Registry defined in https://docs.npmjs.com/cli/v11/configuring-npm/npmrc or https://bun.sh/docs/install/registries are not respected and the highlight does not appear.
Steps to reproduce:
- Define custom registry (eg. setup verdaccio localy)
- Publish custom package to registry from point 1 (use name that is not in npm)
- Instal package in a project
- Try to highlight package in package.json (perform
editor:hover
zed command)
Expected Behavior:
Description and latest version of package from custom npm registry should appear as it happens for packages from npm
Actual Behavior:
Nothing happened: no pop up shows
Zed Version and System Specs
Zed: v0.196.6 (Zed)
OS: macOS 15.5.0
Memory: 32 GiB
Architecture: aarch64
sculpt0r and kamilwojdylo
Metadata
Metadata
Assignees
Labels
No labels