Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more
Set a non-default value for either gitlens.heatmap.coldColor or gitlens.heatmap.hotColor
Toggle File Blame Annotations
Observe no blame annotations appearing in current file
Observe the following error message in GitLens' Output panel:
TypeError: (intermediate value).scale is not a function
When these two colour values do not match the defaults the code branches here. For some reason the imported chroma-js module does not have a .scale() function which causes this error. I am not sure what's happening with that module, why the .scale function is not available. 🤷♂️
11.0.5
N/A
1.51.1
11.0.1
Steps to Reproduce:
gitlens.heatmap.coldColor
orgitlens.heatmap.hotColor
When these two colour values do not match the defaults the code branches here. For some reason the imported
chroma-js
module does not have a.scale()
function which causes this error. I am not sure what's happening with that module, why the.scale
function is not available. 🤷♂️