You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update README to clarify installation steps and update Node.js requirement
- Revised installation instructions for better clarity, emphasizing the need to install the Sourcegraph Cody extension first.
- Updated Node.js requirement from 18.x to 20.x for compatibility.
- You must have the [Cody](https://marketplace.visualstudio.com/items?itemName=sourcegraph.cody-ai) extension installed in VS Code.
18
-
19
15
## Installation
20
16
21
-
You can install the Cody++ extension from the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=mnismt.cody-plus-plus)
17
+
1. Install the [Sourcegraph Cody](https://marketplace.visualstudio.com/items?itemName=sourcegraph.cody-ai) extension in VS Code (if not already installed).
18
+
19
+
2. Install the Cody++ extension from the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=mnismt.cody-plus-plus)
22
20
23
-
You can also install the extension from the command line:
21
+
3.You can also install the extension from the command line:
24
22
25
23
```sh
26
24
code --install-extension mnismt.cody-plus-plus
@@ -116,7 +114,7 @@ To configure this setting in two ways:
116
114
117
115
### Requirements
118
116
119
-
- Node.js 18.x
117
+
- Node.js 20.x
120
118
- pnpm 9.11.0 (specified as the package manager)
121
119
122
120
### Testing
@@ -127,26 +125,10 @@ The extension comes with a comprehensive test suite. To run tests locally:
127
125
# Install dependencies
128
126
pnpm install
129
127
130
-
# Run linting checks
131
-
pnpm run lint
132
-
133
-
# Compile the extension
134
-
pnpm run compile
135
-
136
128
# Run tests
137
129
pnpm test
138
130
```
139
131
140
-
### Continuous Integration
141
-
142
-
The project uses GitHub Actions for automated testing and building:
143
-
144
-
- Tests run on push to main branch and pull requests
145
-
- Tests run on multiple platforms (Windows, macOS, Linux)
146
-
- Tests run against multiple VS Code versions (stable and insiders)
147
-
148
-
For details about the CI setup, see [docs/ci-setup.md](docs/ci-setup.md).
149
-
150
132
## Telemetry
151
133
152
134
Cody++ collects anonymous usage information to help improve the extension. We are committed to protecting your privacy:
0 commit comments