Skip to content

fix running indicator by ignoring PSRL aborts #1096

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

Merged

Conversation

TylerLeonhardt
Copy link
Member

Fixes PowerShell/vscode-powershell#2284

PSReadLine being cancelled was causing any operation that would show the running indicator to be immediately cancelled because a second message was being sent with ExecutionStatus.Aborted.

This ignores that one from PSRL.

Copy link
Collaborator

@SeeminglyScience SeeminglyScience left a comment

Choose a reason for hiding this comment

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

LGTM, one suggestion

@TylerLeonhardt TylerLeonhardt merged commit d2ff413 into PowerShell:master Nov 12, 2019
@TylerLeonhardt TylerLeonhardt deleted the fix-running-indicator branch November 12, 2019 19:21
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.

Execution status indicator no longer appearing/working in status bar
3 participants