npm-the-fastest

Implements idea https://github.com/zardoy/public-roadmap/issues/1#issuecomment-786667778

MIT License

Stars
1
npm-the-fastest - v0.2.1

Published by zardoy over 2 years ago

New Features

npm-the-fastest - v0.2.0

Published by zardoy over 2 years ago

💥 BREAKING CHANGES

  • feat: ! change order of picking lock file e.g. when workspace has package-lock.json and pnpm-lock.yaml now pnpm is used instead of npm f726676

New Features

  • startSpecialCommand command 45834de
npm-the-fastest - v0.1.7

Published by zardoy over 2 years ago

New Features

  • allow to specify custom script to start via arg
    script should be restarted if it's already running 2ebccfb
npm-the-fastest - v0.1.6

Published by zardoy over 2 years ago

New Features

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
npm-the-fastest - v0.1.5

Published by zardoy over 2 years ago

New Features

  • register code actions also for vue c66026d

Bug Fixes

  • fix regression where openClosestPackageJson command previously always opened workspace root package.json and nothing in non-document tabs c66026d
  • fix openAt commands: they now resolve modules' package.json correctly c66026d
npm-the-fastest - v0.1.4

Published by zardoy over 2 years ago

New Features

  • add autocompletion to more fields in package.json 3e67aff
  • add basic json schema for pnpm prop in package.json (and link to docs!) 3e67aff
npm-the-fastest - v0.1.3

Published by zardoy over 2 years ago

Bug Fixes

  • fix a crash due to recently introduced restart delay setting when setting wasn't set c3c6c25
npm-the-fastest - v0.1.2

Published by zardoy over 2 years ago

Bug Fixes

  • polish descriptions of some settings. remove unused scriptsCompletion 7732483
npm-the-fastest - v0.1.1

Published by zardoy over 2 years ago

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 or keybindings.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 reporting 5a8ea66
npm-the-fastest - v0.1.0

Published by zardoy over 2 years ago

💥 BREAKING CHANGES

  • feat: change type of packageManagerAllowedEnv configuration from {pnpm: string[] | false} to enum: 'include' | 'exclude' | 'disable' now defaults to include on windows and mac in this mode envs picked from predefined list. Now it is not possible to control lists. This should finally fix pnpm crashes on Windows cdac71b
npm-the-fastest - v0.0.25

Published by zardoy over 2 years ago

New Features

  • Start script command: Add item button for revealing the script contents in package.json befc46c

Bug Fixes

  • clipboard-link-detection: don't spam with Install packages? notification on every windows focus 83d1ed7
npm-the-fastest - v0.0.24

Published by zardoy over 2 years ago

New Features

  • add icon for start scripts 1a94fb0
npm-the-fastest - v0.0.21

Published by zardoy almost 3 years ago

Bug Fixes

  • pass only PATH env to pnpm by default to prevent crashes in some cases due to envs in extension host
    this is definitely a patch to some unexpected behavior
    Also new setting is added to allow control this e8bc0cf
npm-the-fastest - v0.0.20

Published by zardoy almost 3 years ago

New Features

  • printEnv command for debugging 08e8c37
npm-the-fastest - v0.0.19

Published by zardoy almost 3 years ago

New Features

  • NOTE
    Note, that in latest update when adding packages via quickpick button for adding package as devDependency has been removed
    You now need to write dev: or d: at the start to get dependency added as dev to your install list e4c86f2

Bug Fixes

  • publish with updated readme e4c86f2
npm-the-fastest - v0.0.18

Published by zardoy almost 3 years ago

New Features

  • add leadingPackageManager setting that allows you specify pm that will be used by default with extremely sane default 142b803

Bug Fixes

  • restored default value of scripts.mainScripts 142b803
  • add output piping for pnpm commands 142b803
  • it seems commands (incluing pnpm) are now cancellable! 142b803
npm-the-fastest - v0.0.17

Published by zardoy almost 3 years ago

New Features

  • unleash open repo / readme commands 36aad08
  • improve notification message for all package manager commands 36aad08
  • [pnpm only] now packages are installed with offline flag by default when no internet connection for add packages command 36aad08

Bug Fixes

  • now runOnOpen will run (or suggest to run) if package lock is present but not node_modules 36aad08
  • fix crash with yarn install workspace dependencies command 36aad08
  • fix always crashing with latest pnpm 36aad08
  • remove unimplemented commands 36aad08
npm-the-fastest - v0.0.16

Published by zardoy almost 3 years ago

New Features

  • publish under new extension id 276a075
npm-the-fastest - v0.0.15

Published by zardoy almost 3 years ago

New Features

  • version bump to publish to marketplace ae36602
npm-the-fastest - v0.0.14

Published by zardoy almost 3 years ago

Bug Fixes