This commit is contained in:
andrepimenta
2025-06-16 17:41:30 +01:00
parent 30779fe74e
commit f4d1ffdec3
2 changed files with 15 additions and 0 deletions

View File

@@ -3,6 +3,12 @@
"displayName": "claude-code-chat",
"description": "Beautiful Claude Code Chat Interface for VS Code",
"version": "0.0.1",
"author": "Andre Pimenta",
"repository": {
"type": "git",
"url": "https://github.com/andrepimenta/claude-code-chat"
},
"license": "SEE LICENSE IN LICENSE",
"engines": {
"vscode": "^1.100.0"
},