Skip to content

fix: void unhandled promise return values in configure-aws#105

Merged
skyrpex merged 2 commits intomainfrom
fix/void-unhandled-promises
Mar 27, 2026
Merged

fix: void unhandled promise return values in configure-aws#105
skyrpex merged 2 commits intomainfrom
fix/void-unhandled-promises

Conversation

@skyrpex
Copy link
Copy Markdown
Collaborator

@skyrpex skyrpex commented Mar 27, 2026

Summary

  • Add void operator to unhandled window.showErrorMessage and window.showInformationMessage calls to explicitly discard their promise return values
  • Fix credentialsNeedsOverride not needing an await but being awaited for

Copy link
Copy Markdown
Collaborator

@anisaoshafi anisaoshafi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@skyrpex skyrpex merged commit 2dc3847 into main Mar 27, 2026
6 checks passed
@skyrpex skyrpex deleted the fix/void-unhandled-promises branch March 27, 2026 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet