felipecaputo / git-project-manager

A Git Project Manager extension for vsCode
MIT License
96 stars 34 forks source link

"Directory <dir> does not exists." should read "Directory <dir> does not exist." #126

Open blakeNaccarato opened 2 years ago

blakeNaccarato commented 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!

felipecaputo commented 2 years ago

Thanks for the feedback @blakeNaccarato, I will release a new version at the end of this week and will do it!