Skip to content

Commit 26cc012

Browse files
committed
Update manifest
1 parent 5dbc9f9 commit 26cc012

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "snippets",
33
"displayName": "Snippets",
4-
"description": "Supercharge your Snippets in VS Code — Manage your code snippets without quitting your editor.",
4+
"description": "Supercharge your Snippets in VS Code — Manage your code snippets & AI prompts without quitting your editor.",
55
"version": "4.0.0",
6-
"preview": true,
6+
"preview": false,
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"publisher": "tahabasri",
99
"author": {
@@ -25,18 +25,25 @@
2525
},
2626
"categories": [
2727
"Snippets",
28+
"AI",
29+
"Chat",
30+
"Programming Languages",
2831
"Other"
2932
],
3033
"keywords": [
3134
"Snippets",
3235
"Snippet",
33-
"Collections",
34-
"Collection",
36+
"AI Prompts",
37+
"AI Prompt",
3538
"Bookmarks",
3639
"Bookmark",
3740
"Code Block",
3841
"IntelliSense"
3942
],
43+
"galleryBanner": {
44+
"color": "#ffc107",
45+
"theme": "dark"
46+
},
4047
"activationEvents": [
4148
"onStartupFinished"
4249
],

0 commit comments

Comments
 (0)