Skip to content

Package messages are shown only at startup #33

Open
@hpawe01

Description

@hpawe01

I had the wired problem, that in some projects the messages in the package.json file are only shown on startup. If I reopen this file later, the messages are not visible anymore (and they don't show up after some seconds).

In the extensions details I saw, that there was an uncaught error in the runtime status:
image

A more detailed error log pointed me at the position where this error occured:
image

And after cloning the extension and debugging this behavior I realized, that there is a bug in the extension when there is a large ungzipped repsonse (e.g. when asking for security advisory from NPM) which results in a corrupt JSON string that is not parsable.

This bug is fixed with the pull request #31.

@rentalhost @mskelton could you please merge this when you get a chance?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions