billsedison / vscode-gitlens

Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more
http://gitlens.amod.io
MIT License
0 stars 17 forks source link

Added missing images from the original repository #127

Closed cagdas001 closed 5 years ago

cagdas001 commented 5 years ago

https://gitlab.com/aggregated-git-diff/aggregated-git-diff-bug-bash/issues/103

Some image files added in the v9.4.1, do not exist on current branch. (in the images/dark and images/light directories)

Steps to Reproduce

  1. Clone/checkout the tc-dev-merge-to-9.4.1 branch.
  2. Run
    npm install
    npm run build
  3. Open the root directory of project with VSCode.
  4. Start debugging (Press F5)
  5. Open a file in the editor, if its not open.

Expected Result

All icons/buttons should be shown properly.

Actual Result

Some icons/buttons are not being shown. Check on the right-top corner of the open editor. (next to the blue icon)

Additional Context

The button is actually there. You'll see a gap there, and if you hover on it, you'll notice its there. The problem is, image (icon) file used for that button cannot be found. Check the console log for details.

Possible Fix

  1. Download the images/dark and images/light directories from the original repository (target v9.4.1).
  2. Copy all images to the our branch.

This should fix all File not found errors for images.