-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
Milestone
Description
Test for #33523
Complexity: 2
- Turn on gulp task auto detection if you had it turned off:
"gulp.autoDetect": "on" - Execute the Run Task command
- Hover over one of the detected gulp tasks and select the configure gear to the right of it.
- This will open tasks.json and add that task to it. Set some extra properties on the task, such as a presentation property.
- Go back to your settings and turn off gulp auto detection:
"gulp.autoDetect": "off" - Reload
- Execute the Run Task command. The only gulp task you should see is the one you added to tasks.json. Make sure it runs.
Reactions are currently unavailable