Dongbo Wang
Dongbo Wang
For the use case for codex, copilot, chatgpt and etc., comparing with typing a comment and then hitting enter to trigger, I think the user experience will be much better...
This issue was regressed after reverting the code that retrieves `AppExecLink` targets (#16044) due to undocumented API. This is a regression from 7.1, but it is by-design for 7.2 because...
FYI, the Windows Store App team agreed to expose a new API to get the information about the application type (e.g. CUI/GUI) of a Store app (called as "App Execution...
`PSReadLine` is affected by this too. The call to `Console.ReadKey` will result in an `IOException` in this case. I read a bit more about `SIGTTIN` and it looks to me...
Also want to add, this issue has a different repro **on WSL** (works fine on Ubuntu 16.04), which doesn't involve `SIGTTIN` signal sending to pwsh:  Here, `iex` runs from...
@iSazonov This looks like a regression in .NET Core. Do you mind opening an issue in https://github.com/dotnet/runtime repo?
Quote from https://github.com/PowerShell/PSReadLine/issues/1753#issuecomment-703863585: > IMO this is more of an editor feature (command line or other) that shouldn't require any PowerShell engine support. We may consider supporting this in PSReadLine...
/cc @joeyaiello @theJasonHelmick to comment.
> Although I see that users rather prefer not to have a logo. So we are left to consider only the option of a one-time display of information on the...
@vexx32 Yeah, but that will be resolved after we move to using `LinkTarget` property added in .NET 6. pwsh doesn't resolve a symbolic link when dealing with native command or...