Canary can't verify the window first time Launch #18404
Labels
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Windows Terminal version
1.23.10011.0
Windows build number
10.0.19045.0
Other Software
No response
Steps to reproduce
i am looking at document for wt -w command and want to write a script to send multiple commands to a window
I want to launch command on the specific window with
& "f:\terminal-1.23.10011.0\wt.exe" -w foo -p "Python" ping baidu.com
When Launching as default profile ,and run command to the first Launching window,will not verify the windows
F:\terminal-1.23.10011.0\wt.exe -w 0 -p "Powershell"
& "f:\terminal-1.23.10011.0\wt.exe" -w 0 -p "Python" ping baidu.com
try different profile and different commandLine
F:\terminal-1.23.10011.0\wt.exe -w foo -p "Powershell"
& "f:\terminal-1.23.10011.0\wt.exe" -w foo -p "Python" ping baidu.com
still fail
Expected Behavior
The command should run in the Launching window
Actual Behavior
command run in the new window
note
i am using two version of wt
canary :1.23.10011.0
wt:1.22.3232.0
for what i know the two version work fine together ,i also try to Launch command to the 1.22.3232.0 version and still fail
The text was updated successfully, but these errors were encountered: