Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension not working with vscode 1.62.3 ? #23

Open
ptournet opened this issue Nov 24, 2021 · 2 comments
Open

Extension not working with vscode 1.62.3 ? #23

ptournet opened this issue Nov 24, 2021 · 2 comments

Comments

@ptournet
Copy link

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

@giovdk21
Copy link
Owner

Hello,
it works for me with 1.62.3

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)

@ptournet
Copy link
Author

ptournet commented Nov 25, 2021

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants