-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add a message explaining why we couldn't find a quote-wrapped path #13521
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
Conversation
But it's inconsistent with the UI message? Is that intentional? |
I believe it might have been done that way because we show all the paths on the same line for the tooltip, but in the UI we give each error its own line. It makes the paths easier to differentiate. |
Fixes: #11955
The bug suggests that we shouldn't show an error for paths wrapped in quotes, but we had decided to treat these strings literally since a double quote is a valid path character on some platforms.
Instead, this message improvement should signal to users that they should not place extra quotes around paths.