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

Have an option for the integrated terminal to behave more like PowerShell ISE. #2307

Open
ciaccotaco opened this issue Nov 18, 2019 · 1 comment

Comments

@ciaccotaco
Copy link

Update the integrated terminal to behave like PowerShell ISE

  1. In PowerShell ISE, when hitting F8 and executing selected text, that selection is not placed into the Terminal's history. So when you hit up in the command prompt, you run through the history of what has been typed into the terminal. Currently, the VSCode PowerShell Extension combines both the user's inputted terminal commands and the selected text executed through F8.
  2. While not as important, it would be nice to have clear / cls / Clear-Host to clear the entire screen, not just what is shown in the window (like how ISE does it).

Thanks!

@ghost ghost added the Needs: Triage Maintainer attention needed! label Nov 18, 2019
@TylerLeonhardt
Copy link
Member

I have some PR's out to address the Clear-Host behavior since it's highly requested - #2316

As for your first point, that seems like a reasonable feature request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants