fix toolConfirmation icon and completion status #264073
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
getIcondid not account forToolConfirmKind.Setting(e.g. auto-approve)completionpromise was being changed toCanceleddespite it already being resolved.See my verbose(!) debugging comment
which walks you through states of
ConfirmationKindin
getIconunder different commits.Fixes #264023.
Relates #263314 (
getIconadded by @connor4312).Relates #262982 (
ConfirmationKind.UserSettingadded by @Tyriar).Supercedes #264047 (revert of a commit that changed confirmation logic from sync -> async by @rwoll).
Reviewers: I'm not 100% on what the expected UI iconography experience is, so
please verify that the icons align with what y'all have in mind.
Suggested follow ups:
getIconto ensure it handlesConfirmationKindexhaustively as folks add new kinds.