You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit escapes single quotes (allowed in the Win32 subsystem) with
`'"'"'` (finish quote, print a single quote then begin quote again),
which is a valid escape in the context of the POSIX shell, when a file/
folder is dropped to a WSL tab.
0 commit comments