Dongbo Wang

Results 460 comments of Dongbo Wang

@rkeithhill-keysight The root cause is in .NET, see https://github.com/dotnet/runtime/issues/81799. Please try collecting a dump when the crash happens, and share the dump in the .NET issue -- they need a...

@olawalejuwonm You can put `Set-PSReadlineOption -HistorySavePath` in your profile, which will run when you start a new session. See https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_profiles?view=powershell-7.3

Quoted from https://github.com/PowerShell/PSReadLine/issues/291#issuecomment-342685388 > It seems reasonable for PSReadLine to consume the final `KeyUp` before returning to the caller. First, this is a Windows only issue because on Linux/macOS, the...

The location awareness for history should not be applied globally, but should only be applied to the selected commands. For commands like `git`, it usually has strong association with the...

Are you pasting with mouse right click? Using `Ctrl+v` for pasting should give you the expected result. The right-clicking issue is old, tracking by #579.

> This seems to be indifferent to the Right-Click VS CTRL+V method, **at least in PowerShell 7 in VSCode:** > I can reproduce the same in PowerShell 5.1 (and 7.2.6)...

@cveld The issue you described here is different from the original issue that @DEberhardt opened. > With 06-01 on the second line, **pressing enter**, leaves 06-01 on the second line:...

In Windows Terminal, garbage characters may appear when deleting the emoji character.

@iSazonov Unfortunately, no news from the `PSReadLine` side. also, as mentioned in this issue, the same repros without `PSReadLine`.