Skip to content

Commit 14274ef

Browse files
Greg Van Liewramya-rao-a
authored andcommitted
Use VS Code with a space in built-in extension descriptions. (microsoft#53080)
* Use VS Code with a space in comments * User VS Code with a space in built-in extension descriptions.
1 parent 53516c2 commit 14274ef

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

extensions/grunt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "grunt",
33
"publisher": "vscode",
4-
"description": "Extension to add Grunt capabilities to VSCode.",
5-
"displayName": "Grunt support for VSCode",
4+
"description": "Extension to add Grunt capabilities to VS Code.",
5+
"displayName": "Grunt support for VS Code",
66
"version": "1.0.0",
77
"icon": "images/grunt.png",
88
"engines": {

extensions/grunt/package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"description": "Extension to add Grunt capabilities to VSCode.",
3-
"displayName": "Grunt support for VSCode",
2+
"description": "Extension to add Grunt capabilities to VS Code.",
3+
"displayName": "Grunt support for VS Code",
44
"config.grunt.autoDetect": "Controls whether auto detection of Grunt tasks is on or off. Default is on.",
55
"grunt.taskDefinition.type.description": "The Grunt task to customize.",
66
"grunt.taskDefinition.file.description": "The Grunt file that provides the task. Can be omitted."

extensions/jake/package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"description": "Extension to add Jake capabilities to VSCode.",
3-
"displayName": "Jake support for VSCode",
2+
"description": "Extension to add Jake capabilities to VS Code.",
3+
"displayName": "Jake support for VS Code",
44
"jake.taskDefinition.type.description": "The Jake task to customize.",
55
"jake.taskDefinition.file.description": "The Jake file that provides the task. Can be omitted.",
66
"config.jake.autoDetect": "Controls whether auto detection of Jake tasks is on or off. Default is on."

extensions/npm/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Extension to add task support for npm scripts.",
3-
"displayName": "Npm support for VSCode",
3+
"displayName": "Npm support for VS Code",
44
"config.npm.autoDetect": "Controls whether auto detection of npm scripts is on or off. Default is on.",
55
"config.npm.runSilent": "Run npm commands with the `--silent` option.",
66
"config.npm.packageManager": "The package manager used to run scripts.",

0 commit comments

Comments
 (0)