-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
How to configure VS Code on Windows to run a task in WSL? #16797
Comments
Actually I haven't found a way yet to make this work. Dups: #6579 |
I am also getting this when calling an external batch file that is then calling bash, e.g.:
However if I call the batch script from the integrated terminal it runs correctly! from a quick search on google, error 0x80070057 is caused by using legacy console... Is VS code using a legacy console for tasks?! |
Closing as dup. |
Which is the duplicate issue? |
I want to run a task in WSL to run 'make', so I defined the task as:
when I run it I see:
interspersed with '?' characters in the output window.
What is wrong with my task definition?
The text was updated successfully, but these errors were encountered: