Skip to content

Commands executed internally do not interrupt the integrated console command prompt #411

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

Closed
daviwil opened this issue Apr 3, 2017 · 0 comments
Labels
Issue-Bug A bug to squash.
Milestone

Comments

@daviwil
Copy link
Contributor

daviwil commented Apr 3, 2017

There is a general class of problems in the integrated console experience where commands that were executed internally (like extension commands or running Plaster templates) do not interrupt the command prompt, causing future input to be written over previous output lines.

The fix is to have the command prompt be interrupted by any commands which write output or errors to the host.

@daviwil daviwil added the Issue-Bug A bug to squash. label Apr 3, 2017
@daviwil daviwil added this to the 0.12.0 milestone Apr 3, 2017
daviwil added a commit to daviwil/PowerShellEditorServices that referenced this issue Apr 3, 2017
This change fixes a general class of problems in the integrated console
experience where commands that were executed internally (like extension
commands or running Plaster templates) do not interrupt the command
prompt, causing future input to be written over previous output lines.

The fix is to have the command prompt be interrupted by any commands
which write output or errors to the host.

Fixes PowerShell#411.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug A bug to squash.
Projects
None yet
Development

No branches or pull requests

1 participant