Skip to content

Commit

Permalink
[vscode][ez] Update extension tags and categories
Browse files Browse the repository at this point in the history
TSIA
  • Loading branch information
saqadri committed Mar 11, 2024
1 parent 1f1babe commit 2045093
Showing 1 changed file with 32 additions and 3 deletions.
35 changes: 32 additions & 3 deletions vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,43 @@
"author": "LastMile AI",
"displayName": "AIConfig Editor",
"description": "AIConfig notebook editor that turns VSCode into a generative AI studio.",
"version": "0.0.18",
"version": "0.0.20",
"license": "MIT",
"engines": {
"vscode": "^1.85.0"
},
"icon": "static/Logo.png",
"categories": [
"Other"
"Machine Learning",
"Notebooks",
"Programming Languages",
"Snippets"
],
"keywords": [
"ai",
"assistant",
"chatbot",
"notebook",
"aiconfig",
"lastmile",
"openai",
"chatgpt",
"gpt",
"gpt4",
"dalle",
"dalle3",
"llama",
"llama2",
"anthropic",
"claude",
"claude3",
"gemini",
"huggingface",
"transformers",
"generative",
"editor",
"python",
"typescript"
],
"main": "./out/extension.js",
"activationEvents": [
Expand Down Expand Up @@ -269,4 +298,4 @@
"extensionDependencies": [
"ms-python.python"
]
}
}

0 comments on commit 2045093

Please sign in to comment.