snyk / vulncost

Find security vulnerabilities in open source npm packages while you code
https://marketplace.visualstudio.com/items?itemName=snyk-security.vscode-vuln-cost
MIT License
201 stars 38 forks source link

Visual conflict with the "Import cost" module #20

Open GuillaumeAmat opened 4 years ago

GuillaumeAmat commented 4 years ago

Vuln cost and Import cost use the same UX, as they add some infos (eg: calculating, result) after the imports, on the same line.

But depending on the launch order of the module and/or their speed to finish, the feedbacks are overriden by one or the other :P

thisislawatts commented 4 years ago

Thanks for the report @GuillaumeAmat, much appreciated. It looks like this is a known issue with VSCode.

Will do some further research and see if there's a solid workaround. 🕵️