Closed
Description
System Details
- Operating system name and version:
- VS Code version:
- PowerShell extension version:
- Output from
$PSVersionTable
:
Copy / paste the following commands into the PowerShell Integrated Console, and paste the output here:
code -v
1.21.1
79b44aa704ce542d8ca4a3cc44cfca566e7720f1
x64
$pseditor.EditorServicesVersion
code --list-extensions --show-versions
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
$PSVersionTable
Name Value
---- -----
PSVersion 5.1.16299.251
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.16299.251
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
Run a command in PowerShell that sends a bunch of output to the terminal window. Scroll up through the terminal window so that you can't see the bottom. Run a command in the editor window, and the terminal window doesn't move. Would love to have a setting (if not the default) that jumps to the bottom of the terminal window when it's not visible. I outlined how to do this (and referenced a StackOverflow question) about how to do this in Code with the Macros extension. https://jacobbenson.io/index.php/2018/03/27/jump-to-terminal-in-visual-studio-code-when-running-powershell/
Attached Logs
Follow the instructions in the README
about capturing and sending logs.