jacekkopecky / vscode-whole-diff

Whole Diff extension for VSCode
MIT License
10 stars 2 forks source link

compatibility with multi-repository setups #8

Open jacekkopecky opened 1 month ago

jacekkopecky commented 1 month ago

When a workspace has multiple repositories in it, the whole-diff extension gets confused:

  1. it mostly doesn't work in the native SCM panes
  2. it still works nicely with GitLens but file line links no longer work.

The file line links issue might be because the virtual diff file could be located in the wrong folder (workspace, first folder there, or something).

jacekkopecky commented 1 month ago

fixed point 1, it wasn't about multi-repository but about repositories in sub-folders