We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8f02f commit d20c701Copy full SHA for d20c701
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "php-awesome-snippets",
3
"displayName": "PHP Awesome Snippets",
4
- "version": "1.0.0",
+ "version": "1.1.0",
5
"publisher": "hakcorp",
6
"description": "A fullset of snippets for PHP devs to boost coding productivity.",
7
"author": {
@@ -11,10 +11,16 @@
11
"Snippets",
12
"Programming Languages"
13
],
14
- "icon": "./img/php-awesome-icon.png",
+ "keywords": [
15
+ "PHP",
16
+ "Snippets",
17
+ "Productivity",
18
+ "PHP Snippets"
19
+ ],
20
+ "icon": "img/php-awesome-icon.png",
21
"galleryBanner": {
22
"color": "#eceff1",
- "theme": "dark"
23
+ "theme": "light"
24
},
25
"engines": {
26
"vscode": "^1.0.0"
@@ -132,4 +138,4 @@
132
138
}
133
139
]
134
140
135
-}
141
+}
0 commit comments