feat(editor): Retrieve previous chat message on arrow-up (#8696)

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
oleg
2024-02-22 09:32:34 +01:00
committed by GitHub
parent a5e6f5928a
commit 246f8cfcc3
5 changed files with 38 additions and 5 deletions

View File

@@ -140,7 +140,7 @@
"chat.window.logs": "Log (for last message)",
"chat.window.noChatNode": "No Chat Node",
"chat.window.noExecution": "Nothing got executed yet",
"chat.window.chat.placeholder": "Type in message",
"chat.window.chat.placeholder": "Type a message, or press up arrow for previous one",
"chat.window.chat.sendButtonText": "Send",
"chat.window.chat.provideMessage": "Please provide a message",
"chat.window.chat.emptyChatMessage": "Empty chat message",