I just updated to Windows 10 1809 and is trying to run VSCode with the WSL Ubuntu. I have deleted the legacy WSL distro and installed "Ubuntu" from Microsoft Store.
Now in VSCode, I have set the "terminal.integrated.shell.windows": "C:\Users\username\AppData\Local\Microsoft\WindowsApps\ubuntu.exe", and I can open a terminal by "New Terminal". However, when I tried to run the build task, instead of running the "make", it prints out the help information from the ubuntu.exe.
Any one has any suggestion?
Thanks!
