-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Labels
pending-releaseResolved but not yet released to the stable editionResolved but not yet released to the stable editionsupport-triagedSupport has reviewed, verified, or reproduced thisSupport has reviewed, verified, or reproduced thisverified ✔VerifiedVerified
Milestone
Description
- GitLens Version: 10.2.1
- VSCode Version: 1.45.1
- OS Version: Ubuntu 20.04
Steps to Reproduce:
- Create git repository with submodule(s), create a commit involving a submodule.
- In branch history locate and expand that commit. Click on the submodule.
Result:
Error "Unable to open '<submodule> <hash> ... "
Looks like VSCode is trying to compare submodule directory as if it were a file.
Expected:
Display submodule hash diff, the way VSCode's git integration does this:
diff --git a/submodule b/submodule
--- a/submodule
+++ b/submodule
@@ -1 +1 @@
-Subproject commit b1601e42183b31af1afc6ceedd4cb9b3efb27f0d
+Subproject commit 388ba770105a27e5589e55ad56dcf9dbd407d134
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
pending-releaseResolved but not yet released to the stable editionResolved but not yet released to the stable editionsupport-triagedSupport has reviewed, verified, or reproduced thisSupport has reviewed, verified, or reproduced thisverified ✔VerifiedVerified