Skip to content

Commit d53fa1c

Browse files
committed
icon and cosmetics for php extension
1 parent 9588805 commit d53fa1c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

extensions/php/icons/logo.png

10.9 KB
Loading

extensions/php/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "%description%",
55
"version": "1.0.0",
66
"publisher": "vscode",
7+
"icon": "icons/logo.png",
78
"engines": {
89
"vscode": "0.10.x"
910
},

extensions/php/package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"configuration.title": "PHP",
77
"commands.categroy.php": "PHP",
88
"command.untrustValidationExecutable": "Disallow PHP validation executable (defined as workspace setting)",
9-
"displayName": "PHP Language features",
10-
"description": "Provides rich language support for php files"
9+
"displayName": "PHP Language Features",
10+
"description": "Provides intelli-sense, linting, and language basics for PHP files."
1111
}

0 commit comments

Comments
 (0)