letmaik / vscode-git-tree-compare

🎄 VS Code extension for comparing the git working tree against a branch, tag, or commit, displayed as folder tree
https://marketplace.visualstudio.com/items?itemName=letmaik.git-tree-compare
MIT License
60 stars 7 forks source link

"Invalid git URI" in VSCode 1.41 #55

Closed borekb closed 4 years ago

borekb commented 4 years ago

After the latest update, trying to open diff from the Git Tree Compare view fails with:

Unable to open 'file.ts (Working Tree)': Invalid git URI: missing path.

In v1.41 release notes, I noticed this note:

The Git extension now uses the FileSystemProvider API which, besides fixing certain encoding issues, provides a more performant and more reliable way of exposing older versions of your files, from a Git repository.

Could it be related?

letmaik commented 4 years ago

This is fixed now and I released a bugfix release. Let me know if there are any other issues.

borekb commented 4 years ago

Works great, thank you for a quick fix!