continue icon indicating copy to clipboard operation
continue copied to clipboard

Intellij IDE - Errors do not stop continue waiting animation

Open paulBMentopolis opened this issue 1 year ago • 2 comments

Before submitting your bug report

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

  1. Setup continue to use non-existing backend
  2. Start any request
  3. No error is thrown and waiting animation continues forever

Log output

No logs are written

paulBMentopolis avatar Apr 25 '24 16:04 paulBMentopolis

@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

sestinj avatar Apr 26 '24 07:04 sestinj

The problem can still be reproduced in new version 0.0.46

paulBMentopolis avatar Apr 29 '24 15:04 paulBMentopolis