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

Arrow keys not working during debug session #728

Closed
ghost opened this issue May 10, 2017 · 1 comment
Closed

Arrow keys not working during debug session #728

ghost opened this issue May 10, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented May 10, 2017

System Details

  • Operating system name and version: Windows 10 Professional x64
  • VS Code version: 1.12.1
  • PowerShell extension version: 1.0.0
  • Output from $PSVersionTable:
    Name Value

PSVersion 5.1.14393.1198
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.1198
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1

$pseditor.EditorServicesVersion
Major  Minor  Build  Revision
-----  -----  -----  --------
1      0      0      0

code -v
1.12.1
f6868fce3eeb16663840eb82123369dec6077a9b

code --list-extensions --show-versions
[email protected]

Issue Description

In a debug session I cannot use the arrow keys to go to previous commands. For example:

$x = 100  <enter>
<arrow up> # line stays empty instead of showing the previous command again. 

The behavior works as expected in the normal terminal.

@daviwil
Copy link
Contributor

daviwil commented May 10, 2017

Hi Daniel, this is a known issue currently tracked by bug #550. Please subscribe to that issue to be notified when the bug gets resolved. I'll get this fixed soon!

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

1 participant