Arrow Down deletes the prompt message #112
-
Hi, The prompt message is like a one-liner but user can type newline for better formatting or paste the code here with multiple lines, but the input ignores this aspect and any arrow up/down input will delete the prompt message. It happen possibly because it tries to look up into history even if it is empty, it should not do that this easily and weirdly. Actual status Expected behavior This is behavior I saw in VS Code -- If the text field is empty or the cursor is on zero position in text, arrow up can list in prompt history up. But if there is no prompt history, it shouldn't delete the message, because there is no previous prompt to switch to. Edit: I fixed a mistake .. I thought It is the arrow up key that deletes the message, but it is arrow down thats do that. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Thx for this feedback and suggestions. I've opened a card with your info for the team. I'll update when this is addressed. Wayne |
Beta Was this translation helpful? Give feedback.
-
Quick update, I just committed a fix that behaves similar to your recommendation. It will be available in the next Copilot4Eclipse update possibly as soon as late next week. |
Beta Was this translation helpful? Give feedback.
This fix is available in the latest Copilot4Eclipse 1.6.1 update: https://marketplace.eclipse.org/content/copilot4eclipse