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

Use git extension API to list repositories #58

Closed letmaik closed 4 years ago

letmaik commented 4 years ago

https://github.com/Microsoft/vscode/blob/master/extensions/git/src/api/git.d.ts (API::toGitUri)

Currently repos are scanned with custom code, which is bad, and also means we're missing some.