Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
blakeNaccarato opened this issue Feb 11, 2022 · 1 comment

Comments

@blakeNaccarato
Copy link

Currently:

vscode.window.showWarningMessage(`Directory ${folderPath} does not exists.`);

                                                                                  ^ 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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants