-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR is a part of the protocol migration. Some endpoints are written by hand. We are switching to the protocol generated from Cody. In this PR: - [Migrate textDocument/*](c0a2082) <!-- start git-machete generated --> # Based on PR #2632 ## Full chain of PRs as of 2024-11-13 * PR #2633: `mkondratek/chore/migrate-api-part-2` ➔ `mkondratek/chore/migrate-api-part-1` * PR #2632: `mkondratek/chore/migrate-api-part-1` ➔ `mkondratek/chore/update-deps` * PR #2630: `mkondratek/chore/update-deps` ➔ `main` <!-- end git-machete generated --> ## Test plan - Verified with debugger - the proper values are sent - Tested with current selection in chat, tested with autocompletion, tested with inline edits - works
- Loading branch information
1 parent
113c2c1
commit 29514fe
Showing
18 changed files
with
275 additions
and
304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
230 changes: 0 additions & 230 deletions
230
src/main/kotlin/com/sourcegraph/cody/agent/protocol/ProtocolTextDocument.kt
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/main/kotlin/com/sourcegraph/cody/agent/protocol/TestingParams.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.