Tushar
Tushar
Same here, Checking for update results into network error msg, but I received the update anyway and updated to the latest version without any issue. It's interesting that when I...
As a workaround, you can import WinPS compatible 'Microsoft.PowerShell.Utility' which contains 'Get-FileHash' function: ```pwsh Import-Module $PSHOME\Modules\Microsoft.PowerShell.Utility -Function Get-FileHash ``` This can be run at the top of the script.
@o-sdn-o Nah, that's the [GDI renderer](https://github.com/microsoft/terminal/tree/3996806503bd573aa59a27d1ee8e98bd1d135b8b/src/renderer/gdi) (unless you have used `useDX` from the registry). I do see similar result in conhost as you Conhost with system-wide Cleartype off:  Windows...
*Right click to the rescue!* https://github.com/microsoft/terminal/assets/55626797/76f40ad6-2412-4224-8be2-5abd2d0056c9 For why the buttons don't work... maybe there's a WinUI overlay that we are drawing on top of system caption buttons which is stealing...
@marbaa That sounds like the WSL issue here: https://github.com/microsoft/wslg/issues/1212. This also means that specific issue is not related to WT, and could be repro on other terminals (Eg. VS, VSCode)
I happened to hit this bug many times. The strange terminal window (without any tabs on it) is invoked with `-Embedding` arg in the background by something, not sure what...
More Info: It seems to be invoked by ~`wininit.exe`~ `svchost.exe`?  
This is quite funny, but we have a repro right in our test suite 😂 (So I was correct, VS was related in this, maybe indirectly) #### Step to reproduce:...
@DanielHabenicht I suppose you're Win10, and the fill we can see in other repros is Mica which isn't available on Win10. Therefore, no fill? 🤔
@DHowett I'm still working on the search highlight right now. I'll definitely have something by tomorrow. I'm planning to repurpose this PR for that. Just a note on what I'm...