cody
cody copied to clipboard
Fix: add experimental LSP context
- Adds experimental LSP context support to the Fix command. For now, it's meant to be used for internal testing and benchmarking.
- Part of https://github.com/sourcegraph/cody-issues/issues/204
Fixes CODY-1556 https://github.com/sourcegraph/cody/assets/3846380/36459393-1165-4b46-9624-97be6b409e8d
Test plan
- Add
"cody.edit.experimental.graphContext": "lsp-light"to your VS Code settings. - Trigger the fix command on an object declaration with the type declared in a separate file.