vscode-sublime-merge icon indicating copy to clipboard operation
vscode-sublime-merge copied to clipboard

Extension not working with vscode 1.62.3 ?

Open ptournet opened this issue 4 years ago • 2 comments

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

ptournet avatar Nov 24 '21 11:11 ptournet

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)

giovdk21 avatar Nov 25 '21 10:11 giovdk21

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

ptournet avatar Nov 25 '21 13:11 ptournet