Terminal suggest: Request completion sequence breaks when PSReadLine is disabled, clarify whether we enable PSReadLine for screen readers #241759
Labels
accessibility
Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues
bug
Issue identified by VS Code Team member as probable bug
terminal-shell-pwsh
An issue in the terminal specific to PowerShell, including shell integration
Milestone
Repro:
echo a
, 🐛e
s keep repeatingRight now the intent was for PSReadLine not to be loaded but it was being loaded by module auto loading due to this line:
vscode/src/vs/workbench/contrib/terminal/common/scripts/shellIntegration.ps1
Line 164 in 483464c
When we fix that, we need to either:
633;E
to light up for screen reader users, orAdditionally we should prevent the possibility of getting into a loop like this, I'm not sure why that's happening
The text was updated successfully, but these errors were encountered: