Skip to content

Commit

Permalink
Added credit to continue
Browse files Browse the repository at this point in the history
  • Loading branch information
nang-dev committed Oct 6, 2024
1 parent e6e8212 commit 0533d83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# PearAI Submodule / Extension
# PearAI Submodule / Extension (Fork of [Continue](https://github.com/continuedev/continue))

This is the source code for the bulk of PearAI's functionality, which is bundled as a VSCode / PearAI extension. It is a fork of Continue.
This is the source code for the bulk of PearAI's functionality, which is bundled as a VSCode / PearAI extension. It is a fork of [Continue](https://github.com/continuedev/continue).

## 🌐 **For how to setup, build, and run PearAI, please visit [PearAI Contributing](https://github.com/trypear/pearai-app/blob/main/CONTRIBUTING.md)!**

Expand Down
7 changes: 4 additions & 3 deletions extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pearai",
"publisher": "pearai",
"icon": "media/icon.png",
"version": "1.2.0",
"version": "1.3.0",
"repository": {
"type": "git",
"url": "https://github.com/trypear/pearai-submodule"
Expand Down Expand Up @@ -516,8 +516,9 @@
"activitybar": [
{
"id": "PearAI",
"title": "PearAI",
"icon": "media/sidebar-icon.png"
"title": "PearAI Chat",
"icon": "media/sidebar-icon.png",
"description": "Fork of Continue"
}
]
},
Expand Down

0 comments on commit 0533d83

Please sign in to comment.