Skip to content

Test: Grunt auto detection for terminal task runner #25299

@dbaeumer

Description

@dbaeumer

Complexity: 1

  • Any OS - @egamma (best person to test is egamma. He implemented this for the old output runner)

To get the new terminal runner more on par with the old output runner Grunt autodetection got implemented. To test:

  • new workspace
  • install grunt
  • create a grunt file
  • add a tasks.json with this single content:
{
    "version": "2.0.0"
}
  • ensure that the tasks in the grunt file are auto detected even without listing them in the tasks.json
  • ensure that you can turn grunt auto detection off using the setting "grunt.autoDetect": "off"

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions