Use VS Code with a space in built-in extension descriptions. (#53080)

* Use VS Code with a space in comments

* User VS Code with a space in built-in extension descriptions.
This commit is contained in:
Greg Van Liew
2018-06-26 18:38:18 -07:00
committed by Ramya Rao
parent 53516c2ef9
commit 14274ef7d1
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"description": "Extension to add Grunt capabilities to VSCode.",
"displayName": "Grunt support for VSCode",
"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."