-
Notifications
You must be signed in to change notification settings - Fork 37.6k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiestasksTask system issuesTask system issues
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.60.2 (user setup)
- OS Version: Ubuntu 20.04
Steps to Reproduce:
- create gulpfile with custom filename. (e.g.
gulpfile.server.js) - add to
tasks.json
{
"type": "gulp",
"file": "gulpfile.server.js",
"task": "default"
}- execute task
Expect result
Execute task defined in given gulpfile.server.js, as hint of property file specified.
Actual result
> Executing task: node_modules/.bin/gulp default <
[14:12:59] No gulpfile found
The terminal process "bash '-c', 'node_modules/.bin/gulp default'" failed to launch (exit code: 1).
Terminal will be reused by tasks, press any key to close it.
pingu8007
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiestasksTask system issuesTask system issues