Skip to content

Commit

Permalink
Add keywords and categories to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Mar 22, 2024
1 parent d74a514 commit 5d08c49
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,22 @@
"engines": {
"vscode": "^1.86.0"
},
"keywords": [
"javascript",
"typescript",
"genai",
"openai",
"chatgpt",
"gpt4",
"ai",
"copilot",
"scripting",
"python"
],
"categories": [
"Programming Languages",
"Machine Learning",
"Education",
"Other"
],
"license": "MIT",
Expand Down

0 comments on commit 5d08c49

Please sign in to comment.