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 @@
{
"description": "Extension to add Jake capabilities to VSCode.",
"displayName": "Jake support for VSCode",
"jake.taskDefinition.type.description": "The Jake task to customize.",
"jake.taskDefinition.file.description": "The Jake file that provides the task. Can be omitted.",
"config.jake.autoDetect": "Controls whether auto detection of Jake tasks is on or off. Default is on."
}