You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered this extension last week and was very pleased with it ! But now it doesn't work anymore (on my 2 computers) : the extension doesn't appear in the status bar (right clicking on the status bar doesn't show the extension in the menu, except just right after (re)installing it) and using the "Open Repository in sublime Merge" command from the Command Palette does nothing...
The only thing that can explain why it stopped working (as it was fine at first) is that I think that VSCode applied an update (to the version 1.62.3), so I was wondering if I was alone with that problem or if it was indeed a problem with this particular version.
Thanks in advance
The text was updated successfully, but these errors were encountered:
If you're on macOs and you recently updated it, please double check that the git command still works in the terminal (e.g. try git status within a repo folder)
Hi, thanks for your answer... I'm actually on Windows, but I've figured out what the problem is : the folder I'm working in is actually a junction (a kind of symlink) with a shared directory (it's a temporary thing at a beginning of a project for testing purposes).
And there's a discrepancy between the 2, as shown from the logs I've gathered by activating the debug option :
["INFO" - 14:48:20] Repo State Change (file:///source/project)
["INFO" - 14:48:20] Sorted repos:
[
"file:///source/project"
]
["INFO" - 14:48:20] Repo for /actual/project: undefined
["INFO" - 14:48:28] Active Text Editor Change -> No Repo
I don't know if it's something that comes from your extension or if it's a framework level error...
Hi,
I discovered this extension last week and was very pleased with it ! But now it doesn't work anymore (on my 2 computers) : the extension doesn't appear in the status bar (right clicking on the status bar doesn't show the extension in the menu, except just right after (re)installing it) and using the "Open Repository in sublime Merge" command from the Command Palette does nothing...
The only thing that can explain why it stopped working (as it was fine at first) is that I think that VSCode applied an update (to the version 1.62.3), so I was wondering if I was alone with that problem or if it was indeed a problem with this particular version.
Thanks in advance
The text was updated successfully, but these errors were encountered: