Open
Description
Update the integrated terminal to behave like PowerShell ISE
- 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.
- 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!