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

How to configure a task to run in WSL? #14898

Closed
daldr-ntml opened this issue Nov 3, 2016 · 1 comment
Closed

How to configure a task to run in WSL? #14898

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

Comments

@daldr-ntml
Copy link

  • VSCode Version: 1.6.1
  • OS Version: Windows 10 Version 1607 for x64-based Systems

I am running VS Code 1.6 on Windows and have configured the integrated terminal to be bash:

"terminal.integrated.shell.windows": "C:\Windows\sysnative\bash.exe",

I want to build my C++ project using 'make' running in WSL. So I defined a task:

{
"version": "0.1.0",
"command": "make",
"isShellCommand": true,
"args": [""],
"showOutput": "always"
}
How can I configure that task to run in WSL?

@dbaeumer
Copy link
Member

dbaeumer commented Nov 3, 2016

Dups #6579

@dbaeumer dbaeumer closed this as completed Nov 3, 2016
@dbaeumer dbaeumer added tasks Task system issues *duplicate Issue identified as a duplicate of another issue(s) labels Nov 3, 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