Vscode-gitlens: Icons not showing in interactive rebase

Created on 14 Nov 2020  路  11Comments  路  Source: eamodio/vscode-gitlens



Hello, I'm a really enthusiastic with the new interactive rebase feature that comes with GitLens 11, though some icons are not showing, instead there is a square for branch, commit and toggle down icons as if a font was missing or something.

Capture d鈥檈虂cran 2020-11-14 a虁 22 56 24

  • GitLens Version: 11.0.0
  • Git Version: 2.24.3
  • VSCode Version: 1.51.1
  • OS Version: MacOS 11.0.1 & 10.15.7
  • Editor font family setting: Fira Code, Menlo, Monaco, 'Courier New', monospace
bug

Most helpful comment

@eamodio No, all other icons are fine.

All 11 comments

Me,too

@lanmeidada Are you also on macOS?

I'm on Windows 10 and I can confirm this. It was even worse before restarting VSCode.
The commits were not visible at all, there was just the "Interactive Rebase" heading and labels of buttons (Start rebase and Abort) without the borders or background.

A suggestion - add a note this page is coming from gitlens so people can find an easy way to disable it (see #1153)

A suggestion - add a note this page is coming from gitlens so people can find an easy way to disable it (see #1153)

Indeed, I also had a hard time finding out that view was coming from GitLens 馃槄

I'm also on Windows 10, and seeing squares like that in other places too, such as the gitlens settings editor:

image

Not sure if that's intentional, but it seems odd.

Thanks for the info. Definitely not expected. It looks like the codicons font (the built-in vscode icon set) is not being loaded correctly.

It looks like this issue is somewhat related to https://github.com/microsoft/vscode/issues/85872

@plwalsh @DDeis @ceecko @lanmeidada Do any of you have any other missing icons?

@eamodio No, all other icons are fine.

When you see the issue you can run the Open Webview Developer Tools command from the command palette and see if there are any errors in the console?

I happened upon an old issue you submitted (https://github.com/microsoft/vscode/issues/63967) just trying to figure out how to open that dang console 馃槄.. Open did nothing, Toggle opened it.

But here's what popped up in the console when I launched an interactive rebase:

image

Same issue for me in GitLens Settings & Interactive Rebase Editor (on Ubuntu)

Was this page helpful?
0 / 5 - 0 ratings