mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-08 18:09:44 +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
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user