vscode-outdated
vscode-outdated copied to clipboard
A super quick way to update npm dependencies, via a code lens.
Results
2
vscode-outdated issues
Sort by
recently updated
recently updated
newest added
Is it possible to implement a short cache to the resolved versions? My use case is that I work on a multi-repo project and the extension has to grab the...
When a package contains an aliased dependency like the following then the extension will fail: ``` "zm": "npm:zeptomatch@^2.0.2" ```
bug