2017-04-14 13:19:32 +00:00
|
|
|
{
|
2018-06-27 01:38:18 +00:00
|
|
|
"description": "Extension to add Grunt capabilities to VS Code.",
|
|
|
|
"displayName": "Grunt support for VS Code",
|
2021-05-11 17:09:56 +00:00
|
|
|
"config.grunt.autoDetect": "Controls enablement of Grunt task detection. Grunt task detection can cause files in any open workspace to be executed.",
|
2018-02-26 16:37:19 +00:00
|
|
|
"grunt.taskDefinition.type.description": "The Grunt task to customize.",
|
2019-10-18 08:44:53 +00:00
|
|
|
"grunt.taskDefinition.args.description": "Command line arguments to pass to the grunt task",
|
2018-02-26 16:37:19 +00:00
|
|
|
"grunt.taskDefinition.file.description": "The Grunt file that provides the task. Can be omitted."
|
2019-10-18 08:44:53 +00:00
|
|
|
}
|