Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ The Cody editor extensions work with:

- Sourcegraph Cloud
- Sourcegraph Enterprise Server (self-hosted) instances on version 5.1 or later
Hello World 2
1 change: 1 addition & 0 deletions agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,4 @@ update-agent-recordings` to clean unused recordings.
connection configuration.
- Run the command `git diff -- ':!*.har.yaml'` to review local changes without the noisy
diff in `agent/recordings`.
Hello World 2
1 change: 1 addition & 0 deletions lib/icons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ cp font/cody-icons.ttf ../../vscode/resources/cody-icons.ttf
```

2. Register the icons in `vscode/package.json` in the `icons` field.
Hello World 2
1 change: 1 addition & 0 deletions lib/shared/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Cody shared library

The `@sourcegraph/cody-shared` package contains code that is shared among Cody clients.
Hello World 2
1 change: 1 addition & 0 deletions vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,4 @@ Cody Enterprise is able to retrieve context from your entire remote codebase usi
## More Information

See [https://cody.dev/](https://about.sourcegraph.com/cody?utm_source=marketplace.visualstudio.com&utm_medium=referral) for demos, information and more.
Hello World 2
1 change: 1 addition & 0 deletions vscode/src/tree-sitter/query-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ pnpm vitest --watch vscode/src/tree-sitter/query-tests/**/*.test.ts
| - query start position in the source file.
█ – query start position in the annotated file.
^ – characters matching the last query result.`
Hello World 2
1 change: 1 addition & 0 deletions vscode/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Cody VScode has four kinds of tests:
the VScode UI using Playwright. These cover more code than the integration tests
but are harder to write and maintain because they don't have direct access to the
Cody extension. Run them with `pnpm test:e2e`.
Hello World 2
1 change: 1 addition & 0 deletions vscode/test/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ pnpm test:e2e $TEST_FILE_NAME --debug
await page.getByLabel('.vscode', { exact: true }).hover()
await page.getByLabel('.vscode', { exact: true }).click()
```
Hello World 2
1 change: 1 addition & 0 deletions vscode/test/fixtures/workspace2/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
This is a second workspace folder included in `multi-root.code-workspace` used by integration
tests in `test/integration/multi-root` for testing in multi-root workspaces.
Hello World 2
Loading