mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-08 15:09:43 +00:00
Fix readme
This commit is contained in:
@@ -223,8 +223,10 @@ We welcome contributions! Here's how you can help:
|
||||
git clone https://github.com/andrepimenta/claude-code-chat
|
||||
cd claude-code-chat
|
||||
npm install
|
||||
|
||||
Click "F5" to run the extension or access the "Run and Debug" section in VSCode
|
||||
```
|
||||
Click `F5` to run the extension or access the "Run and Debug" section in VSCode
|
||||
|
||||
---
|
||||
|
||||
## 📝 **License**
|
||||
@@ -235,7 +237,7 @@ See the [LICENSE](LICENSE) file for details.
|
||||
|
||||
## 🙏 **Acknowledgments**
|
||||
|
||||
- **Anthropic** - For creating the amazing Claude AI
|
||||
- **Anthropic** - For creating the amazing Claude AI and more specifically the Claude Code SDK
|
||||
- **VS Code Team** - For the incredible extension platform
|
||||
- **Our Community** - For feedback, suggestions, and contributions
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "claude-code-chat",
|
||||
"displayName": "Claude Code Chat",
|
||||
"description": "Beautiful Claude Code Chat Interface for VS Code",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"publisher": "AndrePimenta",
|
||||
"author": "Andre Pimenta",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user