Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Possible Regression] Bug in Integrated Terminal using Powerline Glyphs. #212038

Open
cyraid opened this issue May 5, 2024 · 1 comment
Open
Assignees
Labels
regression Something that used to work is now broken terminal-rendering

Comments

@cyraid
Copy link

cyraid commented May 5, 2024

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.89.0
  • OS Version: Windows 11 using WSL: Ubuntu 22.04

Steps to Reproduce:

  1. Open VSCode.
  2. Use a font that has powerline glyphs.
  3. Use a powerline shell, I use https://github.com/b-ryan/powerline-shell
  4. Go into a directory, and you'll see how the glyphs are missing (see below)

image

I'm currently in <home>/test/somedir/anotherdir.

Workaround

Change Integrated: Gpu Acceleration to a different setting, then back again, and it should refresh.
Change this setting to on and then auto (for example):

image

The terminal will then look like this:

image

Like it was before the most recent update.

@VSCodeTriageBot VSCodeTriageBot added the *duplicate Issue identified as a duplicate of another issue(s) label May 6, 2024
@meganrogge meganrogge reopened this May 6, 2024
@meganrogge meganrogge removed the *duplicate Issue identified as a duplicate of another issue(s) label May 6, 2024
@meganrogge meganrogge added regression Something that used to work is now broken terminal-rendering labels May 6, 2024
@cyraid
Copy link
Author

cyraid commented May 17, 2024

A little bit of background, I had disable-hardware-acceleration set to true. But by changing it to false:

"disable-hardware-acceleration": false,

In argv.json, it works on startup without having to change a setting. So it probably has something to do with software rendering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression Something that used to work is now broken terminal-rendering
Projects
None yet
Development

No branches or pull requests

4 participants