Fix readme

This commit is contained in:
andrepimenta
2025-06-16 18:19:46 +01:00
parent 11f366e9b4
commit 83831cfd9e
2 changed files with 5 additions and 3 deletions

View File

@@ -223,8 +223,10 @@ We welcome contributions! Here's how you can help:
git clone https://github.com/andrepimenta/claude-code-chat git clone https://github.com/andrepimenta/claude-code-chat
cd claude-code-chat cd claude-code-chat
npm install 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** ## 📝 **License**
@@ -235,7 +237,7 @@ See the [LICENSE](LICENSE) file for details.
## 🙏 **Acknowledgments** ## 🙏 **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 - **VS Code Team** - For the incredible extension platform
- **Our Community** - For feedback, suggestions, and contributions - **Our Community** - For feedback, suggestions, and contributions

View File

@@ -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.4", "version": "0.0.5",
"publisher": "AndrePimenta", "publisher": "AndrePimenta",
"author": "Andre Pimenta", "author": "Andre Pimenta",
"repository": { "repository": {