Michael Niksa
Michael Niksa
I wrote a few tests here to cover this as I work on fixing it: https://github.com/microsoft/terminal/blob/8561bd217dea3e8c77f281ba70d1b181069e95a7/src/host/ft_host/API_AliasTests.cpp
> > (@german-one, fyi) > > Feel free to do whatever is necessary to make any good out of the code. Get back to me if you'd like me to...
> Alternatively, instead of `--wait`, directly expose a method to return the pid of the launched process from `wtc.exe` (return value?). This would definitely require limiting to one launched process...
@KalleOlaviNiemitalo thanks for the correction. I forgot about that flag when looking yesterday. I guess the spirit of it is that I cannot guarantee what any particular shell would do....
> One last requirement I thought of: > > If `wt.exe` / `wtc.exe` is alive and waiting for processes to complete, and that process is forcefully killed, it should also...
If you already are using a chonky font weight... couldn't wrapping over to the thin weights symbolize the same sort of emphasis of text that "bold" signaling would be used...
This is because the ConPTY is being started with `CreatePseudoConsole()` with the flag `PSEUDOCONSOLE_INHERIT_CURSOR`. There's an indefinite wait for the calling terminal to respond with the cursor position before the...
Oh, yeah, conhost is open source now. This is the VtIo startup code that is waiting to hear the cursor position from the calling terminal: https://github.com/microsoft/terminal/blob/8fa42e09dfc6cd57d29e517a002d8c7a99e2aebd/src/host/VtIo.cpp#L238-L255 And this is the...
@Tyriar, did this behavior change between Code Insiders July 2019 and Code Insiders August 2019? I was attempting to fix this issue and then VS Code updated itself and now...
> @Tyriar, did this behavior change between Code Insiders July 2019 and Code Insiders August 2019? > > I was attempting to fix this issue and then VS Code updated...