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

fix(amazonq): respond in chat right away when user enters JDK path #6275

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dhasani23
Copy link
Contributor

Problem

On a VS Code instance backed by CloudFront, when users enter their JDK path, it takes our chat 30+ seconds to respond.

Solution

Sleep for 0.5s to allow the JDK path to be processed (i.e. we make sure it exists) and to allow the multiple chat messages to be sent.


  • Treat all work as PUBLIC. Private feature/x branches will not be squash-merged at release time.
  • Your code changes must meet the guidelines in CONTRIBUTING.md.
  • License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

@dhasani23 dhasani23 requested review from a team as code owners December 18, 2024 22:41
Copy link

  • This pull request modifies code in src/* but no tests were added/updated.
    • Confirm whether tests should be added or ensure the PR description explains why tests are not required.

@dhasani23
Copy link
Contributor Author

dhasani23 commented Dec 18, 2024

Problem (on latest version of Q):

Screen.Recording.2024-12-18.at.2.38.20.PM.mov

Solution (this PR):

Screen.Recording.2024-12-18.at.2.39.47.PM.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants