Buggy interaction between the option PromptText
and a prompt with shell integration in Windows Terminal 1.22.10352.0 (v 2.4.0 beta0)
#4568
Labels
Needs-Triage 🔍
It's a new issue that core contributor team needs to triage.
Prerequisites
Exception report
N/A
Screenshot
Environment data
Steps to reproduce
prompt
as followsSet-PSReadlineOption -PromptText '>'; Set-PSReadlineOption -ExtraPromptLineCount 1
Expected behavior
The prompt text should be substituted cleanly, and not leave any spurious characters in the command line.
Actual behavior
The
PromptText
character is inserted into the command line, and as a consequence it is erroneously detected as part of the command by the shell integration feature.Links
More information about the shell integration feature in Windows Terminal.
The text was updated successfully, but these errors were encountered: