Skip to content

Keboard shortct Ctrl + L does not work in integrated console to clear screen #634

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

Closed
dzampino opened this issue Mar 30, 2017 · 3 comments
Closed

Comments

@dzampino
Copy link

System Details

  • Operating system name and version: Windows 10 Pro Build 14393
  • VS Code version: 1.10.2
  • PowerShell extension version: 0.11.0
  • Output from $PSVersionTable:
    Name Value

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

Copy / paste the below commands into the PowerShell Integrated Terminal, and paste the output here

code -v
NOTE: Couldn't get command to work
$pseditor.EditorServicesVersion
Major  Minor  Build  Revision
-----  -----  -----  --------
0      11     0      0
code --list-extensions --show-versions
NOTE: Couldn't get command to work
$PSVersionTable

Issue Description

The keyboard shortcut Ctrl + L appears to do nothing at this time, while this shortcut works in VSCode's terminal.

Attached Logs

Follow the instructions in the README
about capturing and sending logs.

@dotps1
Copy link

dotps1 commented Mar 30, 2017

OMG! I didn't know ctrl+l was even a thing!

@dzampino
Copy link
Author

I believe it's a bash shortcut. VSCode uses it and once you start using it, you never go back.

@daviwil
Copy link
Contributor

daviwil commented Mar 30, 2017

This feature comes from PSReadline, it will appear in the Integrated Console once we finish the work to integrate that module. Follow issue #535 to know when this gets done.

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

No branches or pull requests

3 participants