You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR adds support for historical entries in the Edit Code window.
Entries are stored in the `./.vs/Cody.EditCode.History.json` file. A
maximum of 40 recent prompts are retained. You can navigate between
prompts using the `Alt+Up/Down` keyboard shortcuts.
## Test plan
1. Open the solution in VS
2. From the editor's pop-up menu, select Cody -> Edit Code
3. Enter the prompt and confirm it
4. Reopen the Edit Code window
5. Use the `Alt+Up` keyboard shortcut to replay the last used prompt
<!-- REQUIRED; info at
https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles
-->
---------
Co-authored-by: Tomasz Gołębiowski <tgolebiowski@virtuslab.com>
0 commit comments