Files
vscode/extensions/grunt
Bayu Rizki Rahmadi d03a91e63b Implement Task Provider resolveTask on grunt extension (#76731)
* Implement Task Provider resolveTask on grunt extension

* Move find grunt command code on computeTask to findGruntCommand function

* Fix set detectors and detector dispose

* Update grunt resolve task to use same definition object

Fixes #76518
2019-08-05 14:51:37 +02:00
..
2019-06-05 10:20:01 +02:00

Grunt - The JavaScript Task Runner

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

This extension supports running Grunt tasks defined in a gruntfile.js file as VS Code tasks. Grunt tasks with the name 'build', 'compile', or 'watch' are treated as build tasks.

To run Grunt tasks, use the Tasks menu.

Settings

  • grunt.autoDetect - Enable detecting tasks from gruntfile.js files, the default is on.