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

Don't use RunContinuationsAsynchronously for our TaskCompletionSource #1838

Merged
merged 1 commit into from Jun 22, 2022

Conversation

SeeminglyScience
Copy link
Collaborator

@SeeminglyScience SeeminglyScience commented Jun 22, 2022

Fixes PowerShell/vscode-powershell#4038

It's not a good sign that this slowed everything down, but at least it's
easy to revert. More investigation is required.

It's not a good sign that this slowed everything down, but at least it's
easy to revert. More investigation is required.
@SeeminglyScience SeeminglyScience requested a review from a team as a code owner June 22, 2022 18:25
@andyleejordan andyleejordan changed the title Revert task creation options on TCS Don't use RunContinuationsAsynchronously for our TaskCompletionSource Jun 22, 2022
Copy link
Member

@andyleejordan andyleejordan left a comment

Choose a reason for hiding this comment

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

@andyleejordan andyleejordan merged commit 1c167d0 into PowerShell:master Jun 22, 2022
@SeeminglyScience SeeminglyScience deleted the fix-slow-stepping branch June 22, 2022 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

PowerShell extension v2022.6.1 is considerably slower than v2022.5.1 when debugging
2 participants