PowerShell / PowerShell/PowerShellEditorServices
Host needs updating for $psStyle
@SydneyhSmith is already working on this.
Since Jan 20, 2022.
- Dominant language
- C#
- Stars
- 767
- Forks
- 266
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 1
Description
I filed an issue on the mail PowerShell project https://github.com/PowerShell/PowerShell/issues/16643
Basically hosts other than "ConsoleHost" - including the Visual Studio Code Host need to be updated so that when $PSStyle.OutputRendering is set to plaintext Ansi colours are not sent to the terminal

Above you can see the green row labels in the PowerShell Integrated Console. Below you can see they're mono in the PWSH console.

What I'm being told over there is that fix goes with the host. hence creating this one.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.