Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intellij IDE - Errors do not stop continue waiting animation #1189

Open
3 tasks done
paulBMentopolis opened this issue Apr 25, 2024 · 2 comments
Open
3 tasks done

Intellij IDE - Errors do not stop continue waiting animation #1189

paulBMentopolis opened this issue Apr 25, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@paulBMentopolis
Copy link

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 paulBMentopolis added the bug Something isn't working label Apr 25, 2024
@sestinj
Copy link
Contributor

sestinj commented Apr 26, 2024

@paulBMentopolis Just solved this yesterday in this commit! 9fdbefd

Will be included in the next JetBrains release (0.0.46), probably Monday

@paulBMentopolis
Copy link
Author

The problem can still be reproduced in new version 0.0.46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants