CodeGPT icon indicating copy to clipboard operation
CodeGPT copied to clipboard

"Open in Editor" button .md file is missing response text at the end

Open delmicio opened this issue 1 year ago • 2 comments

What happened?

Hello, the generated .md file does not have all the response from the original response.

image

I'm using this because of #225

Relevant log output or stack trace

No response

Steps to reproduce

  1. Start a new chat.
  2. Ask for a long text 600 lines long.
  3. Click on the "Open in Editor" button.
  4. See the end of the .md

CodeGPT version

2.2.6

Operating System

macOS

delmicio avatar Nov 30 '23 20:11 delmicio

Hmm, this issue might be related to the concurrency issues introduced following the chat tool window UI update. The completion events that triggered set of UI updates were not running on the Event Dispatch Thread (EDT). Please upgrade the plugin to v2.2.8, this version should be more stable.

carlrobertoh avatar Dec 01 '23 21:12 carlrobertoh

Sorry mate, v2.2.8 does not fix it 😢

delmicio avatar Dec 02 '23 03:12 delmicio