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
Depending on the default shell this echoes:
Windows cmd: H:\blank-task/test
Git Bash: H:blank-task/test
PowerShell: H:\blank-task/test
WSL Bash: H:\blank-task/test
Only Git Bash is clearly incorrect - missing \ after H:, which causes errors when I try to pass current path as some command line argument.
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.
VS Code 1.93.2 on Windows 10
I have a simple custom task defined as:
Depending on the default shell this echoes:
Windows cmd:
H:\blank-task/test
Git Bash:
H:blank-task/test
PowerShell:
H:\blank-task/test
WSL Bash:
H:\blank-task/test
Only Git Bash is clearly incorrect - missing
\
afterH:
, which causes errors when I try to pass current path as some command line argument.The text was updated successfully, but these errors were encountered: