-
Notifications
You must be signed in to change notification settings - Fork 26
Description
🎯 Aim of the feature
The aim is to show most relevant for SPFx development heft cli tasks in the Tasks view.
The heft tasks should be shown in the same list as gulp tasks but in a separate tree branch dedicated for heft.
Currently we should have already two branches in this tree view: first for gulp and second for npm scripts.
New heft tasks should only be present for newer projects of SPFx (after 1.22 release) that are note ejected and use heft as primary build toolchain tool. Most probably it will replace gulp tasks in the tree view.
📷 Images (if possible) with expected result
No response
🤔 Additional remarks or comments
follow up to #424 we should wait for the related issue to get merged/completed before implementing this issue
also lets wait for SPFx 1.22 to get a RC version to check based on which properties in the SPFx project would be best to determine if the heft tasks should be visible for SPFx project or not.