Skip to content

Files

This branch is 352 commits behind microsoft/vscode:main.

grunt

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 26, 2018
Jul 22, 2024
Oct 1, 2024
Sep 9, 2024
Jul 13, 2018
Sep 20, 2018
Sep 6, 2024
May 10, 2024
May 11, 2021
Nov 9, 2021

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.