Skip to content

Commit c5f5318

Browse files
committed
ref: add logo
1 parent 880b8f5 commit c5f5318

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

icon.png

126 KB
Loading

package.json

+20-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,29 @@
33
"displayName": "llama-coder",
44
"description": "Local AI coding assistant",
55
"version": "0.0.1",
6-
"engines": {
7-
"vscode": "^1.84.0"
6+
"icon": "logo.png",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/ex3ndr/llama-coder.git"
810
},
11+
"bugs": {
12+
"url": "https://github.com/ex3ndr/llama-coder/issues"
13+
},
14+
"license": "MIT",
915
"categories": [
10-
"Other"
16+
"Machine Learning",
17+
"Programming Languages"
18+
],
19+
"keywords": [
20+
"code",
21+
"assistant",
22+
"ai",
23+
"llm",
24+
"development"
1125
],
26+
"engines": {
27+
"vscode": "^1.84.0"
28+
},
1229
"activationEvents": [
1330
"*"
1431
],

0 commit comments

Comments
 (0)