I have no clue why but with this extension installed, icons for change type are removed from my SCM view shortly after window load:

/cc @joaomoreno
cc @jrieken
hm, interesting...
Not able to reproduce this with 0.1.2
I'm also not able to reproduce this with the latest version, 0.1.6, so will close this
Still happens:


Steps? Logs? Console logs?
@jrieken
=> :bug: icon is gone

Problem seems to be decoration provider that return kinda empty objects... We then later fail to merge the git info onto it... @RMacfarlane try returning undefined here https://github.com/Microsoft/vscode-pull-request-github/blob/73f63b3ff9ee2b7258f2e17fe463a3d6e8ed7936/src/view/reviewManager.ts#L680 and https://github.com/Microsoft/vscode-pull-request-github/blob/6aad2ad237b65ff9c8b581ba4225b1fcbe820768/src/view/prsTreeDataProvider.ts#L94
I am still seeing this all the time, was this pushed?
Hmm, yeah it was pushed. The change should be in version 0.2.0 of the extension
Still happening:


After a window reload the issue seems gone, nothing in the console.
Closing as a duplicate of https://github.com/microsoft/vscode/issues/81467