From e9aa4ede7f43f9dec6bcef6990833525aac9fb68 Mon Sep 17 00:00:00 2001 From: Michael Bahr Date: Fri, 4 Apr 2025 08:54:59 +0000 Subject: [PATCH] Append Hello World to all README.md files --- README.md | 1 + agent/README.md | 1 + lib/icons/README.md | 1 + lib/shared/README.md | 1 + vscode/README.md | 1 + vscode/src/tree-sitter/query-tests/README.md | 1 + vscode/test/README.md | 1 + vscode/test/e2e/README.md | 1 + vscode/test/fixtures/workspace2/README.md | 1 + 9 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 00baec14..4e852f8d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/agent/README.md b/agent/README.md index f5a0ebf9..0b2bf50f 100644 --- a/agent/README.md +++ b/agent/README.md @@ -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 diff --git a/lib/icons/README.md b/lib/icons/README.md index 99567b66..9e35692b 100644 --- a/lib/icons/README.md +++ b/lib/icons/README.md @@ -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 diff --git a/lib/shared/README.md b/lib/shared/README.md index f9069069..bc87b252 100644 --- a/lib/shared/README.md +++ b/lib/shared/README.md @@ -1,3 +1,4 @@ # Cody shared library The `@sourcegraph/cody-shared` package contains code that is shared among Cody clients. +Hello World 2 diff --git a/vscode/README.md b/vscode/README.md index 29198060..fca1d535 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -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 diff --git a/vscode/src/tree-sitter/query-tests/README.md b/vscode/src/tree-sitter/query-tests/README.md index a2a1eed7..b489924f 100644 --- a/vscode/src/tree-sitter/query-tests/README.md +++ b/vscode/src/tree-sitter/query-tests/README.md @@ -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 diff --git a/vscode/test/README.md b/vscode/test/README.md index 54fdb479..0cc49d77 100644 --- a/vscode/test/README.md +++ b/vscode/test/README.md @@ -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 diff --git a/vscode/test/e2e/README.md b/vscode/test/e2e/README.md index 7abb67b7..a5f2bb55 100644 --- a/vscode/test/e2e/README.md +++ b/vscode/test/e2e/README.md @@ -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 diff --git a/vscode/test/fixtures/workspace2/README.md b/vscode/test/fixtures/workspace2/README.md index 9b5edc62..399ff490 100644 --- a/vscode/test/fixtures/workspace2/README.md +++ b/vscode/test/fixtures/workspace2/README.md @@ -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