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 disappearing dialog in WSL #495

Merged
merged 4 commits into from
Nov 6, 2023
Merged

Fix disappearing dialog in WSL #495

merged 4 commits into from
Nov 6, 2023

Conversation

tonybaloney
Copy link
Owner

@tonybaloney tonybaloney commented Nov 6, 2023

I think this is due to a race condition on a dangling promise that happens before the quick pick list. This awaits that one and adds a tslint check.

Fixes #487
Fixes #489
Fixes #494
Fixes #467

@codecov-commenter
Copy link

codecov-commenter commented Nov 6, 2023

Codecov Report

Attention: 45 lines in your changes are missing coverage. Please review.

Comparison is base (b04caba) 15.47% compared to head (e23b3b2) 16.85%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #495      +/-   ##
==========================================
+ Coverage   15.47%   16.85%   +1.37%     
==========================================
  Files          20       22       +2     
  Lines         814     1163     +349     
  Branches      105      158      +53     
==========================================
+ Hits          126      196      +70     
- Misses        688      961     +273     
- Partials        0        6       +6     
Files Coverage Δ
src/extension/extension.ts 19.59% <6.25%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tonybaloney
Copy link
Owner Author

Releasing in 1.25.1

@tonybaloney tonybaloney merged commit 03ac9c9 into master Nov 6, 2023
4 checks passed
@tonybaloney tonybaloney deleted the fix_floating_promise branch November 6, 2023 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants