2017-05-19 23:35:08 +08:00
|
|
|
{
|
2018-06-27 09:38:18 +08:00
|
|
|
"description": "Extension to add Jake capabilities to VS Code.",
|
|
|
|
"displayName": "Jake support for VS Code",
|
2018-02-27 00:37:19 +08:00
|
|
|
"jake.taskDefinition.type.description": "The Jake task to customize.",
|
|
|
|
"jake.taskDefinition.file.description": "The Jake file that provides the task. Can be omitted.",
|
2021-05-12 01:09:56 +08:00
|
|
|
"config.jake.autoDetect": "Controls enablement of Jake task detection. Jake task detection can cause files in any open workspace to be executed."
|
2021-01-29 22:19:18 +08:00
|
|
|
}
|