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
Drag and drop a file to the integrated terminal set in Bash
What happens?
The slashes are all backslashes thus making the path invalid (foo\bar\baz\qux becomes foobarbazqux)
What should happen?
There shoud be only forward slashes.
If i normally do this with the bash for Win( 4.4.12(1)-release ) then i get forward ones.
If the IT is set in "cmd" or powershell then everything works fine.
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered:
Hi!
I have a very similar issue to #29926
Steps to Reproduce:
What happens?
The slashes are all backslashes thus making the path invalid (foo\bar\baz\qux becomes foobarbazqux)
What should happen?
There shoud be only forward slashes.
If i normally do this with the bash for Win( 4.4.12(1)-release ) then i get forward ones.
If the IT is set in "cmd" or powershell then everything works fine.
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: