Vscode-git-graph: Git executable not found when project have repository in subfolder

Created on 9 May 2019  路  2Comments  路  Source: mhutchie/vscode-git-graph

Describe the bug
Git executable not found when project have repository in subfolder

What does the bug relate to
All

To reproduce
Steps to reproduce the behaviour:

  1. open project wiht .git repo in subfolder
  2. run git graph

Environment

  • OS: Archlinux - Linux x64 5.0.12-arch2-1-ARCH
  • Visual Studio Code Version: 1.34.0-insider

Screenshots (optional)
image

Most helpful comment

To enable detection of repositories in subfolders, you must set the extension setting git-graph.maxDepthOfRepoSearch to a suitable depth, as described in the Extension Settings documentation.

Please close this issue if the above information resolves this issue. If not, please let me know so we can troubleshoot further.

All 2 comments

To enable detection of repositories in subfolders, you must set the extension setting git-graph.maxDepthOfRepoSearch to a suitable depth, as described in the Extension Settings documentation.

Please close this issue if the above information resolves this issue. If not, please let me know so we can troubleshoot further.

I鈥檓 closing this issue as it is most likely caused by your Git Graph settings as described above. If you still have difficulty getting it to work, please reply and we can troubleshoot further.

Was this page helpful?
0 / 5 - 0 ratings