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

NPM version badge in VSCode's dependency tooltip #1017

Open
Drarig29 opened this issue Oct 10, 2023 · 1 comment
Open

NPM version badge in VSCode's dependency tooltip #1017

Drarig29 opened this issue Oct 10, 2023 · 1 comment

Comments

@Drarig29
Copy link

Drarig29 commented Oct 10, 2023

An unformatted version badge is showing in the tooltip when hovering over a dependency in package.json in VSCode:

image

while it doesn't show for other @aws-sdk packages:

image
@Drarig29
Copy link
Author

$ npm view @smithy/property-provider description

[![NPM version](https://img.shields.io/npm/v/@smithy/property-provider/latest.svg)](https://www.npmjs.com/package/@smithy/property-provider) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/property-provider.svg)](https://www.npmjs.com/package/@smi

The description of the package is cropped to 255 characters, so the Markdown is not being formatted correctly.

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

1 participant