Skip to content

Commit 3093be8

Browse files
committed
chore: update VSIX to version 1.0.3
1 parent 7c5b173 commit 3093be8

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@
44

55
### Packaging
66
1. Bump the version in `package.json`
7-
2. Build the VSIX file:
7+
2. Remove the old VSIX file:
8+
```bash
9+
rm bin/roo-cline-*.vsix
10+
```
11+
3. Build the VSIX file:
812
```bash
913
npm run vsix
1014
```
11-
3. The new VSIX file will be created in the `bin/` directory
12-
4. Commit the new VSIX file to git and remove the old one:
15+
4. The new VSIX file will be created in the `bin/` directory
16+
5. Commit the new VSIX file to git:
1317
```bash
14-
git rm bin/roo-cline-*.vsix
15-
git add bin/roo-cline-<new_version>.vsix
18+
git add --all
1619
git commit -m "chore: update VSIX to version <new_version>"
1720
```
1821

bin/roo-cline-1.0.2.vsix

-5.55 MB
Binary file not shown.

bin/roo-cline-1.0.3.vsix

23.8 MB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "roo-cline",
33
"displayName": "Roo Cline",
44
"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.",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"icon": "assets/icons/icon.png",
77
"galleryBanner": {
88
"color": "#617A91",

0 commit comments

Comments
 (0)