Skip to content

Commit 37b4f45

Browse files
authored
Update package.json
1 parent 6711a2c commit 37b4f45

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
"command": "claude-vscode.documentCode",
4141
"title": "Document Code with Claude",
4242
"icon": "$(book)"
43+
},
44+
{
45+
"command": "claude-vscode.support",
46+
"title": "Support Open Source",
47+
"category": "Claude AI"
4348
}
4449
],
4550
"menus": {
@@ -57,6 +62,10 @@
5762
{
5863
"command": "claude-vscode.documentCode",
5964
"group": "claude@2"
65+
},
66+
{
67+
"command": "claude-vscode.support",
68+
"group": "Claude AI"
6069
}
6170
]
6271
},
@@ -112,4 +121,4 @@
112121
"ts-node": "^10.9.2",
113122
"typescript": "^5.0.0"
114123
}
115-
}
124+
}

0 commit comments

Comments
 (0)