vivaxy / vscode-conventional-commits

💬Conventional Commits for VSCode.
https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits
MIT License
309 stars 32 forks source link

fix: get `rootUri` from `VSCodeGit.Repository` #292

Closed yi-Xu-0100 closed 1 year ago

yi-Xu-0100 commented 1 year ago

Ref:

https://github.com/DonJayamanne/gitHistoryVSCode/blob/75575aa03d03a06a2b901944d65a0f58f4875e02/src/commandHandlers/gitHistory.ts#L62-L70

github-actions[bot] commented 1 year ago

The beta extension of this pull has been built in the workflow! 🎉 Download vscode-conventional-commits-ec78c36.vsix in artifacts. 🚀

yi-Xu-0100 commented 1 year ago

@vivaxy The arg seems to refer to a private variable of VS Code, which makes it no longer applicable in the new version. I am not sure whether my modification is in line with the original intention, and I hope you can help check it. 😁