Releases: zardoy/npm-the-fastest
Releases · zardoy/npm-the-fastest
v0.2.12
New Features
- add package.json dependencies links (disabled by default) (#21)
Can be configured different actions for name & version of the dependency.
Co-authored-by: @maIIady 9fc85a8
Bug Fixes
- add-deps: don't crash when either deps or devDeps isn't present in package.json
code cleanup 24f671d
v0.2.11
New Features
- Watch lockfiles feature! Now by default we prompt to install packages with specific package manager! 3bc637c
v0.2.10
New Features
- change default
install.runOnOpen
to askIfNeeded
Its awesome! c7484f3
Bug Fixes
install.runOnOpen
now works! c7484f3
v0.2.9
New Features
- implement
unsavedFileBeforePackageManagerCommand
! 0f91635
- Huge fix for all package manager commands. Extension executed them in extension host, which causes some weird problems, now they are being executed in your configured terminal as vscode task! 2a187d4
- add a setting to show notification instead of terminal, when command fails (disabled by default). Also you can now retry the command from this notification! 2a187d4
- now there is a queue for all package manager commands, they are not executed in parallel anymore! yay! 2a187d4
Bug Fixes
- probably-not-good: detect common problem matchers in more cases 25bdad1
- small settings cleanup 2a187d4
v0.2.8
Bug Fixes
- bin completions & run bin command now scans all folders in fs up to the root
it was fixed to make it work in files outside of any workspace 251296f
v0.2.7
New Features
- make commands completions look nice with vscode-icons b544c82
Bug Fixes
- update matching script links logic to latest from vscode c80bf82
v0.2.6
Bug Fixes
- include updated settings to enable all last features 220f4c5
v0.2.5
New Features
- links: support concurruntly pattern 2f5fc91
v0.2.4
New Features
- links for scripts 02e227c
- add smart-completions in package.json for name, experimental for scripts 6284222