Description
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:
A more detailed error log pointed me at the position where this error occured:
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?