Add proper readme, images and localization to grunt, gulp and jake

This commit is contained in:
Dirk Baeumer
2018-02-26 17:37:19 +01:00
parent 43fbb43773
commit 7ddd37c10e
12 changed files with 57 additions and 12 deletions

View File

@@ -1,3 +1,7 @@
{
"config.grunt.autoDetect": "Controls whether auto detection of Grunt tasks is on or off. Default is on."
"description": "Extension to add Grunt capabilities to VSCode.",
"displayName": "Grunt support for VSCode",
"config.grunt.autoDetect": "Controls whether auto detection of Grunt tasks is on or off. Default is on.",
"grunt.taskDefinition.type.description": "The Grunt task to customize.",
"grunt.taskDefinition.file.description": "The Grunt file that provides the task. Can be omitted."
}