Windows PATH updates can leave quotes in your PATH (and duplicates) #142
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
VS Code popped up a warning today telling me that I had quotes in my PATH, and that this can mess with things. So far my things have not been messed with, but I looked in my PATH and there were indeed quotes there - in fact, there were two versions of the Orca PATH.
So, that's dumb, and might cause problems for people when installing and uninstalling.
The PowerShell script should be updated to handle quotes.