mirror of
https://github.com/coder/code-server.git
synced 2024-11-23 20:52:38 +03:00
8 lines
388 B
JSON
8 lines
388 B
JSON
{
|
|
"description": "Extension to add Jake capabilities to VS Code.",
|
|
"displayName": "Jake support for VS Code",
|
|
"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."
|
|
}
|