WalonLi / edk2-vscode

The VSCode plugin of EDKII file association.
Other
31 stars 9 forks source link

Weird git blame in dsc file #6

Open howdou opened 2 years ago

howdou commented 2 years ago

image

I didn't enable any special gitlens feature. And I only see the weird git blame when edk2-vscode is enable. And it probably occur since the recent edk2-vscode update.

This won't happened in c files, I only see it in the dsc file, component/libraryclass section.

howdou commented 2 years ago

also in inf file

WalonLi commented 2 years ago

It's definitely a gift bug in new year.😢😢😢😢 Let me fix in next release.

WalonLi commented 2 years ago

@howdou Looks like edk2-vscode has an implementation conflict with gitlens. It needs rewrite symbol function in edk2-vscode if want to fix that. For temporary solution, I suggest to disable two functionality in gitlens. "gitlens.codeLens.authors.enabled": false, "gitlens.codeLens.recentChange.enabled": false 1 2

howdou commented 1 year ago

Thanks, this works for me.