continue
continue copied to clipboard
Intellij IDE - Errors do not stop continue waiting animation
Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the Continue Discord for questions
- [X] I'm not able to find an open issue that reports the same bug
- [X] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: Windows 11
- Continue: 0.0.45
- IDE: Intellij 2024.1
Description
Maybe related to #714
Whenever an error occurs after a continue request has been sent to a server, the continue animation looks like the request is still running. Since no timeout error is shown, the user will still wait for an eventual response from the server.
It would make sense to show the error thrown directly under the continue textbox and stop the waiting animation.
To reproduce
- Setup continue to use non-existing backend
- Start any request
- No error is thrown and waiting animation continues forever
Log output
No logs are written
@paulBMentopolis Just solved this yesterday in this commit! https://github.com/continuedev/continue/commit/9fdbefd889c5e6a3124bcca596c497940ed1e4e7
Will be included in the next JetBrains release (0.0.46), probably Monday
The problem can still be reproduced in new version 0.0.46