File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 ``` bash
88 git clone https://github.com/RooVetGit/Roo-Code.git
99 ```
10- 2. ** Install dependencies** :
10+ 2. ** Download esbuild problem matchers**
11+ Install https://market.trypear.ai/items? itemName=connor4312.esbuild-problem-matchers
12+ 3. ** Install dependencies** :
1113 ` ` ` bash
1214 npm run install:all
1315 ` ` `
14- 3 . ** Build** the extension:
16+ 4 . ** Build** the extension:
1517 ` ` ` bash
1618 npm run build
1719 ` ` `
1820 - A ` .vsix` file will appear in the ` bin/` directory.
19- 4. ** Install** the ` .vsix` manually if desired:
20- ` ` ` bash
21- code --install-extension bin/roo-code-4.0.0.vsix
22- ` ` `
21+
23225. ** Start the webview (Vite/React app with HMR)** :
2423 ` ` ` bash
2524 npm run dev
@@ -31,6 +30,11 @@ Changes to the webview will appear immediately. Changes to the core extension wi
3130
3231We use [changesets](https://github.com/changesets/changesets) for versioning and publishing. Check our ` CHANGELOG.md` for release notes.
3332
33+ ** Install** the ` .vsix` manually if desired:
34+ ` ` ` bash
35+ code --install-extension bin/roo-code-4.0.0.vsix
36+ ` ` `
37+
3438
3539# # License
3640
You can’t perform that action at this time.
0 commit comments