CodeGPT
CodeGPT copied to clipboard
"Open in Editor" button .md file is missing response text at the end
What happened?
Hello, the generated .md file does not have all the response from the original response.
I'm using this because of #225
Relevant log output or stack trace
No response
Steps to reproduce
- Start a new chat.
- Ask for a long text 600 lines long.
- Click on the "Open in Editor" button.
- See the end of the .md
CodeGPT version
2.2.6
Operating System
macOS
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.
Sorry mate, v2.2.8 does not fix it 😢