-
Notifications
You must be signed in to change notification settings - Fork 241
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(amazonqFeatureDev): add retry step after user change workspace folder #5413 #4758
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the attached screenshot was confusing. i am assuming you meant to reupload the video in the VSC PR
followUp = listOf( | ||
FollowUp( | ||
pillText = message("amazonqFeatureDev.follow_up.retry"), | ||
type = FollowUpTypes.RETRY, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would it make more sense for the retry to be automatic after they select a new folder?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're allowing user change the previous prompt based on the new folder selection. The assumption is that the user could want change the prompt after change the selected folder so that's why we show the retry button but keep the input open for other input.
…lder #5413 (aws#4758) * fix(amazonqFeatureDev): add retry step after user change workspace folder * chore(amazonqFeatureDev): include changelog * refactor(amazonqFeatureDev): remove lock not used * refactor(amazonqFeatureDev): add revised string for input placeholder
Types of changes
Description
Problem
When selected folder/workspace size its too large, we prompt to select a smaller one. However, after selected, user describe that doesn't retry again forcing to rewrite the prompt again.
For reference, VS Code PR: https://github.com/aws/aws-toolkit-vscode/pull/5413/files
Solution
This PR adds a retry button option after it changes the workspace folder and update the placeholder, allowing user choose rewrite the prompt or retry the previous one.
Checklist
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.