Skip to content
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

Error when using bash for windows in tasks #15427

Closed
lkempf opened this issue Nov 13, 2016 · 1 comment
Closed

Error when using bash for windows in tasks #15427

lkempf opened this issue Nov 13, 2016 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) tasks Task system issues

Comments

@lkempf
Copy link

lkempf commented Nov 13, 2016

  • VSCode Version: 1.7.1
  • OS Version: Windows 10 AU

Steps to Reproduce:

  1. Create a tasks.json with the command "C:\Windows\sysnative\bash.exe" and the parameters "-c" and "help"
  2. Launch the task

The output now shows Error 0x80070057 with � after each character. Changing "isShellCommand" does nothing.

When executing the same command in cmd it works as expected.

@dbaeumer
Copy link
Member

Dups #6579

@dbaeumer dbaeumer added tasks Task system issues *duplicate Issue identified as a duplicate of another issue(s) labels Nov 15, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) tasks Task system issues
Projects
None yet
Development

No branches or pull requests

2 participants