DonJayamanne / gitHistoryVSCode

Git History for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory
MIT License
944 stars 150 forks source link

[BUG] Does not show changes if folder structure is different. #741

Open xDope7137 opened 1 year ago

xDope7137 commented 1 year ago

Describe the Bug

Note : This is only true if you are using "Remote SSH".

Git history does not show file changes if the folder structure is like "/folder1/folder2". It only shows of the folder is "C:/folder1/folder2".

Steps To Reproduce

  1. SSH Server (personally, I use windows sshd)
  2. Open Folder and navigate directly from home folder (viz default starts in C:/, but it does not start the directory with "C:/" in front. It starts with /)
  3. Changes will not appear, and also you will not be able to see file history of any file in workspace.

Expected Behavior

It should detect it as correct path and show all changes.

Environment

https://i.imgur.com/Ktxnt04.png