Closed
Description
System Details
- Operating system name and version: Windows 7 (64-Bit)
- VS Code version: 1.10.2
- PowerShell extension version: 0.10.0
- Output from
$PSVersionTable
:
Name Value
---- -----
PSVersion 5.0.10586.117
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.10586.117
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
When executing commands in the integrated terminal, the up and down arrows on the keyboard to browse through command history do not work.
For example:
- Execute a command such as Get-Item
- When the command is finished, I would expect to be able to press the up arrow on the keyboard and have
Get-Item
re-appear as the command to run. Instead, the command input remains blank.