We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88daf7 commit 4fe0747Copy full SHA for 4fe0747
images/icon.png
5.29 KB
package.json
@@ -1,14 +1,27 @@
1
{
2
"name": "gpt-context-generator",
3
- "displayName": "gpt-context-generator",
4
- "description": "Generate GPT friendly context for js/ts files or workspaces",
+ "displayName": "GPT Context Generator",
+ "description": "Generate GPT-friendly context for js/ts files or workspaces",
5
"version": "0.0.1",
6
"engines": {
7
"vscode": "^1.77.0"
8
},
9
"categories": [
10
+ "Machine Learning",
11
"Other"
12
],
13
+ "icon": "images/icon.png",
14
+ "galleryBanner": {
15
+ "color": "#C80000",
16
+ "theme": "dark"
17
+ },
18
+ "keywords": [
19
+ "gpt-4",
20
+ "gpt",
21
+ "openai",
22
+ "generator",
23
+ "context"
24
+ ],
25
"activationEvents": [],
26
"main": "./out/extension.js",
27
"contributes": {
0 commit comments