Open blakeNaccarato opened 2 years ago
Currently:
https://github.com/felipecaputo/git-project-manager/blob/bb0c3bbede372c9eb9f3cf6005510fc6c3bb5687/src/gitProjectLocator.ts#L45
^ plural should be singular
Should be:
vscode.window.showWarningMessage(`Directory ${folderPath} does not exist.`);
I would open a Pull Request, but I think I'd rather leave this single-character edit up to you 😅
That is all! Thanks for keeping up with this extension, I really enjoy it!
Thanks for the feedback @blakeNaccarato, I will release a new version at the end of this week and will do it!
Currently:
https://github.com/felipecaputo/git-project-manager/blob/bb0c3bbede372c9eb9f3cf6005510fc6c3bb5687/src/gitProjectLocator.ts#L45
Should be:
I would open a Pull Request, but I think I'd rather leave this single-character edit up to you 😅
That is all! Thanks for keeping up with this extension, I really enjoy it!