We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880b8f5 commit c5f5318Copy full SHA for c5f5318
icon.png
126 KB
package.json
@@ -3,12 +3,29 @@
3
"displayName": "llama-coder",
4
"description": "Local AI coding assistant",
5
"version": "0.0.1",
6
- "engines": {
7
- "vscode": "^1.84.0"
+ "icon": "logo.png",
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/ex3ndr/llama-coder.git"
10
},
11
+ "bugs": {
12
+ "url": "https://github.com/ex3ndr/llama-coder/issues"
13
+ },
14
+ "license": "MIT",
15
"categories": [
- "Other"
16
+ "Machine Learning",
17
+ "Programming Languages"
18
+ ],
19
+ "keywords": [
20
+ "code",
21
+ "assistant",
22
+ "ai",
23
+ "llm",
24
+ "development"
25
],
26
+ "engines": {
27
+ "vscode": "^1.84.0"
28
29
"activationEvents": [
30
"*"
31
0 commit comments