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: stale suggestion appearing after command execution #185

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

cpendery
Copy link
Member

@cpendery cpendery commented Mar 6, 2024

When executing a command with live suggestions git , the suggestions were appearing after command execution due to a race condition. This fixes that by applying a manual check after the promise is resolved that the suggestion should still be provided

@cpendery cpendery merged commit ec841bb into main Mar 6, 2024
3 checks passed
@cpendery cpendery deleted the fix/stale-suggestion-on-submit branch March 6, 2024 18:24
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.

None yet

1 participant