Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/jake/package.nls.json
3290 views
1
{
2
"description": "Extension to add Jake capabilities to VS Code.",
3
"displayName": "Jake support for VS Code",
4
"jake.taskDefinition.type.description": "The Jake task to customize.",
5
"jake.taskDefinition.file.description": "The Jake file that provides the task. Can be omitted.",
6
"config.jake.autoDetect": "Controls enablement of Jake task detection. Jake task detection can cause files in any open workspace to be executed."
7
}
8
9