mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:43:07 +00:00
14274ef7d1
* Use VS Code with a space in comments * User VS Code with a space in built-in extension descriptions.
7 lines
No EOL
395 B
JSON
7 lines
No EOL
395 B
JSON
{
|
|
"description": "Extension to add Grunt capabilities to VS Code.",
|
|
"displayName": "Grunt support for VS Code",
|
|
"config.grunt.autoDetect": "Controls whether auto detection of Grunt tasks is on or off. Default is on.",
|
|
"grunt.taskDefinition.type.description": "The Grunt task to customize.",
|
|
"grunt.taskDefinition.file.description": "The Grunt file that provides the task. Can be omitted."
|
|
} |