Releases: zardoy/npm-the-fastest
Releases · zardoy/npm-the-fastest
v0.2.2
v0.2.1
v0.2.0
v0.1.7
v0.1.6
New Features
- open at Jsdelivr command
0132b2e
Bug Fixes
- properly extract module name from import statements for codeactions. This fix following issues:
- bug where module name were incorrectly extracted when import statement contained path import
- now module codeactions isn't showing for non modules (e.g.
~/components/...
)a36deca
- open-at-commands: display title of command in quickpick
0132b2e
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
New Features
- When restarting script via quickpick you can now specify delay for specific or all scripts
7b6963f
- Add statusbar that shows currently running npm scripts. Click it to open quick pick with npm scripts.
44ac8a1
Bug Fixes
- support
openClosestPackageJson
command in virtual workspaces (eg GitHub Repositories)f894586
- openClosestPackageJson: open package.json of first workspace in case if file with unknown scheme is opened (
settings.json
orkeybindings.json
) or some other extension-editor (such as Search Editor or some HTTP client)f894586
- fix infinite loop in some commands in case if they failed to find closest node_modules
f894586
- add
Already up-to-date
message reporting5a8ea66