cody icon indicating copy to clipboard operation
cody copied to clipboard

Fix: add experimental LSP context

Open valerybugakov opened this issue 1 year ago • 1 comments

  • 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

  1. Add "cody.edit.experimental.graphContext": "lsp-light" to your VS Code settings.
  2. Trigger the fix command on an object declaration with the type declared in a separate file.

valerybugakov avatar Jun 05 '24 04:06 valerybugakov