-
Context: PSReadLine draws black lines on Windows 10 (#18758, #18624) Fortunately, we have the troubleshooting page (https://learn.microsoft.com/windows/terminal/troubleshooting#black-lines-in-powershell-51-6x-70) suggesting running While searching through the issues, I came across this comment, which provides a working solution. Could this be reviewed and possibly added as an official workaround to the troubleshooting page? It might help users resolve the "black lines" issue more effectively. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
A modification that doesn't require administrative privileges:
And another one, explicitly specifying 2.0.3 as the minimum version to clarify the intention:
(thanks to @KonstantinHudyakov!) |
Beta Was this translation helpful? Give feedback.
-
@lhecker Hi, I see you've marked it as answered. However, the desired action here would be to update the troubleshooting page.
|
Beta Was this translation helpful? Give feedback.
A modification that doesn't require administrative privileges:
And another one, explicitly specifying 2.0.3 as the minimum version to clarify the intention:
(thanks to @KonstantinHudyakov!)