You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When right clicking on the grouped npm tasks, there is a list that contain some voices like Run npm install or Run npm update.
It would be useful to be able to select which package manager one wants to use instead of the default npm, maybe an option can be added where one can select if these commands should be run instead with yarn or pnpm.
The text was updated successfully, but these errors were encountered:
# [1.29.0](v1.28.0...v1.29.0) (2021-02-06)
### Bug Fixes
* if 'yarn is package manager set in VSCode, package.json tasks still show npm icon. [fix [#125](#125)] ([52acdc1](52acdc1))
* problem matcher used in makefile tasks is undefined. [fixes [#123](#123)] ([cae79ea](cae79ea))
* the context menu tasks for npm folder nodes does not run the package manager set in VSCode settings, will always use npm. [fix [#62](#62)] ([79695f0](79695f0))
* vscode tasks - compound tasks with no 'command' property do not launch. [fixes [#130](#130)] ([f5a92fc](f5a92fc))
### Documentation
* **readme:** update by-version features list ([97233be](97233be))
### Features
* ADD option to disable auto-refresh. [closes [#124](#124)] ([82aa4bd](82aa4bd))
* add support for 'User' tasks. [closes [#127](#127)] ([43f7399](43f7399))
* add support for multi-level groupings (configurable level). [fix [#129](#129)] ([35da55e](35da55e))
When right clicking on the grouped
npm
tasks, there is a list that contain some voices likeRun npm install
orRun npm update
.It would be useful to be able to select which package manager one wants to use instead of the default
npm
, maybe an option can be added where one can select if these commands should be run instead withyarn
orpnpm
.The text was updated successfully, but these errors were encountered: