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