Skip to content

Custom gulpfile not found #134366

@pingu8007

Description

@pingu8007

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:

  1. create gulpfile with custom filename. (e.g. gulpfile.server.js)
  2. add to tasks.json
{
  "type": "gulp",
  "file": "gulpfile.server.js",
  "task": "default"
}
  1. 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.

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiestasksTask system issues

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions