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

Paste doesn't work in PowerShell terminals when a screen reader is enabled #95530

Closed
Tyriar opened this issue Apr 17, 2020 · 1 comment
Closed
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug terminal Integrated terminal issues verified Verification succeeded windows VS Code on Windows issues
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Apr 17, 2020

This is happening because PSReadLine is disabled intentionally

Warning: PowerShell detected that you might be using a screen reader and has disabled PSReadLine for compatibility purposes. If you want to re-enable it, run 'Import-Module PSReadLine'.

Easy fix to use !CONTEXT_ACCESSIBILITY_MODE_ENABLED for the special PS paste command.

fyi @TylerLeonhardt @isidorn

@Tyriar Tyriar added bug Issue identified by VS Code Team member as probable bug terminal Integrated terminal issues windows VS Code on Windows issues labels Apr 17, 2020
@Tyriar Tyriar added this to the April 2020 milestone Apr 17, 2020
@Tyriar Tyriar self-assigned this Apr 17, 2020
@Tyriar
Copy link
Member Author

Tyriar commented Apr 17, 2020

To verify on Windows:

  • Enable NVDA
  • Copy something
  • Open a terminal
  • Ctrl+V should paste

@Tyriar Tyriar closed this as completed in 3602e7c Apr 17, 2020
@connor4312 connor4312 added the verified Verification succeeded label Apr 30, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Jun 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug terminal Integrated terminal issues verified Verification succeeded windows VS Code on Windows issues
Projects
None yet
Development

No branches or pull requests

2 participants