weskitt
发布于 2025-05-15 / 7 阅读
0

修复windows 终端 空格出现黑条

PSVersion 5.1

解决办法如下

  • Install-Module -Name PSReadLine -Scope AllUsers -AllowClobber -Force

  • Update-Module PSReadline

  • Set-ExecutionPolicy Unrestricted #(because PSReadline won´t start otherwise)

issue https://github.com/microsoft/terminal/issues/18624