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

9
LICENSE Normal file
View File

@@ -0,0 +1,9 @@
Copyright (c) 2025 Andre Pimenta
All rights reserved.
This software and associated documentation files (the "Software") are made available for viewing and personal use only. You may not reproduce, distribute, modify, create derivative works of, publicly display, publicly perform, sublicense, or sell copies of the Software.
Permission is granted to view the source code for educational and reference purposes only.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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"
},