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