mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
chore: update VSIX to version 1.0.3
This commit is contained in:
13
README.md
13
README.md
@@ -4,15 +4,18 @@
|
|||||||
|
|
||||||
### Packaging
|
### Packaging
|
||||||
1. Bump the version in `package.json`
|
1. Bump the version in `package.json`
|
||||||
2. Build the VSIX file:
|
2. Remove the old VSIX file:
|
||||||
|
```bash
|
||||||
|
rm bin/roo-cline-*.vsix
|
||||||
|
```
|
||||||
|
3. Build the VSIX file:
|
||||||
```bash
|
```bash
|
||||||
npm run vsix
|
npm run vsix
|
||||||
```
|
```
|
||||||
3. The new VSIX file will be created in the `bin/` directory
|
4. The new VSIX file will be created in the `bin/` directory
|
||||||
4. Commit the new VSIX file to git and remove the old one:
|
5. Commit the new VSIX file to git:
|
||||||
```bash
|
```bash
|
||||||
git rm bin/roo-cline-*.vsix
|
git add --all
|
||||||
git add bin/roo-cline-<new_version>.vsix
|
|
||||||
git commit -m "chore: update VSIX to version <new_version>"
|
git commit -m "chore: update VSIX to version <new_version>"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
bin/roo-cline-1.0.3.vsix
Normal file
BIN
bin/roo-cline-1.0.3.vsix
Normal file
Binary file not shown.
@@ -2,7 +2,7 @@
|
|||||||
"name": "roo-cline",
|
"name": "roo-cline",
|
||||||
"displayName": "Roo Cline",
|
"displayName": "Roo Cline",
|
||||||
"description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
|
"description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"icon": "assets/icons/icon.png",
|
"icon": "assets/icons/icon.png",
|
||||||
"galleryBanner": {
|
"galleryBanner": {
|
||||||
"color": "#617A91",
|
"color": "#617A91",
|
||||||
|
|||||||
Reference in New Issue
Block a user