mbolaric / vscode-tasks-panel

List of gulp or grunt tasks
MIT License
3 stars 1 forks source link

Gulp 4 Support #3

Closed mikeerickson closed 4 years ago

mikeerickson commented 5 years ago

Trying to get this project to work with Gulp 4 tasks but not having much success.

Should it support Gulp 4?

mbolaric commented 5 years ago

Yes this extension support Gulp 4, I use this extension in several project with gulp 4. In attachment is one simple project that on my computer work with gulp 4 (Ubuntu 18.04.1). Only issue that I see is if 'npm install' is running from VSCode terminal, VSCode must be restarted before extension can load tasks.

gulp-project.zip

mikeerickson commented 5 years ago

@mbolaric cool, I will have a look and see what differs