vscode-copilot-release
vscode-copilot-release copied to clipboard
Inconsistent Cursor Position When Navigating Through History Using Up and Down Keys
Steps to Reproduce:
- Focus on the input box on the copilot view
- Press up arrow key a few times
- The previous queries will be populated, the cursor is at the beginning of the text.
- Press down arrow key a few times
- The next queries will be populated, but the cursor is at the end of the text.
Expectation: The cursor position should be consistent at the end of populated text.