mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-09 10:59:53 +00:00
Update tags
This commit is contained in:
36
package.json
36
package.json
@@ -2,7 +2,7 @@
|
|||||||
"name": "claude-code-chat",
|
"name": "claude-code-chat",
|
||||||
"displayName": "Claude Code Chat",
|
"displayName": "Claude Code Chat",
|
||||||
"description": "Beautiful Claude Code Chat Interface for VS Code",
|
"description": "Beautiful Claude Code Chat Interface for VS Code",
|
||||||
"version": "0.0.2",
|
"version": "0.0.4",
|
||||||
"publisher": "AndrePimenta",
|
"publisher": "AndrePimenta",
|
||||||
"author": "Andre Pimenta",
|
"author": "Andre Pimenta",
|
||||||
"repository": {
|
"repository": {
|
||||||
@@ -14,7 +14,37 @@
|
|||||||
"vscode": "^1.100.0"
|
"vscode": "^1.100.0"
|
||||||
},
|
},
|
||||||
"categories": [
|
"categories": [
|
||||||
"Other"
|
"Other",
|
||||||
|
"AI",
|
||||||
|
"Chat",
|
||||||
|
"Machine Learning",
|
||||||
|
"Snippets",
|
||||||
|
"Programming Languages",
|
||||||
|
"Education",
|
||||||
|
"Testing",
|
||||||
|
"Formatters",
|
||||||
|
"Linters"
|
||||||
|
],
|
||||||
|
"keywords": [
|
||||||
|
"claude code",
|
||||||
|
"code explanation",
|
||||||
|
"code generation",
|
||||||
|
"code summary",
|
||||||
|
"code transform",
|
||||||
|
"vibe coding",
|
||||||
|
"prompt language",
|
||||||
|
"copilot",
|
||||||
|
"claude",
|
||||||
|
"ai",
|
||||||
|
"assistant",
|
||||||
|
"chatbot",
|
||||||
|
"chat",
|
||||||
|
"anthropic",
|
||||||
|
"code",
|
||||||
|
"help",
|
||||||
|
"programming",
|
||||||
|
"development",
|
||||||
|
"productivity"
|
||||||
],
|
],
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"main": "./out/extension.js",
|
"main": "./out/extension.js",
|
||||||
@@ -134,4 +164,4 @@
|
|||||||
"@vscode/test-cli": "^0.0.10",
|
"@vscode/test-cli": "^0.0.10",
|
||||||
"@vscode/test-electron": "^2.5.2"
|
"@vscode/test-electron": "^2.5.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user