feat: add link icons + divider to package hover - #22
Conversation
📝 WalkthroughWalkthroughAdded a new exported constant Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Important Action Needed: IP Allowlist UpdateIf your organization protects your Git platform with IP whitelisting, please add the new CodeRabbit IP address to your allowlist:
Reviews will stop working after February 8, 2026 if the new IP is not added to your allowlist. Comment |
|
@9romise I'm on macOS 26.2, although using Cursor. Heres the full version info: In base VS Code I do indeed have the divider, looks like its a Cursor-specific quirk that its missing:
It looks like the icons are also centered when using regular VS Code:
I'm gonna remove the divider considering its a Cursor-specific issue that its missing and not related to VS Code directly. |
|
Thank you! ❤️ |




Resolves #21.
Added a package and book icon to npmx links and a horizontal divider to differentiate npmx from VS Code's native npm integration:
Unfortunately centering the icons vertically is not possible due to vscodes markdown renderer lacking support for the custom html we'd need for this. See here for reference.