diff --git a/extensions/grunt/package.json b/extensions/grunt/package.json index 182fe384325..cfc88d5dea3 100644 --- a/extensions/grunt/package.json +++ b/extensions/grunt/package.json @@ -1,8 +1,8 @@ { "name": "grunt", "publisher": "vscode", - "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", "version": "1.0.0", "icon": "images/grunt.png", "engines": { diff --git a/extensions/grunt/package.nls.json b/extensions/grunt/package.nls.json index 31f3b369af5..7f1b68bbe0b 100644 --- a/extensions/grunt/package.nls.json +++ b/extensions/grunt/package.nls.json @@ -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." diff --git a/extensions/jake/package.nls.json b/extensions/jake/package.nls.json index b8cdb170d33..8150f471e6d 100644 --- a/extensions/jake/package.nls.json +++ b/extensions/jake/package.nls.json @@ -1,6 +1,6 @@ { - "description": "Extension to add Jake capabilities to VSCode.", - "displayName": "Jake support for VSCode", + "description": "Extension to add Jake capabilities to VS Code.", + "displayName": "Jake support for VS Code", "jake.taskDefinition.type.description": "The Jake task to customize.", "jake.taskDefinition.file.description": "The Jake file that provides the task. Can be omitted.", "config.jake.autoDetect": "Controls whether auto detection of Jake tasks is on or off. Default is on." diff --git a/extensions/npm/package.nls.json b/extensions/npm/package.nls.json index ccc6aa3114c..92665d5f65a 100644 --- a/extensions/npm/package.nls.json +++ b/extensions/npm/package.nls.json @@ -1,6 +1,6 @@ { "description": "Extension to add task support for npm scripts.", - "displayName": "Npm support for VSCode", + "displayName": "Npm support for VS Code", "config.npm.autoDetect": "Controls whether auto detection of npm scripts is on or off. Default is on.", "config.npm.runSilent": "Run npm commands with the `--silent` option.", "config.npm.packageManager": "The package manager used to run scripts.",