Open davidbitton opened 3 years ago
I think you need to make the waf file executable chmod +x waf
Or you could modify
https://github.com/tw1nk/waf-task-provider/blob/master/src/utils.ts#L43
to be: let commandLine = 'python waf --help';
as waf is just a python file.
I haven't touched this in a really long time and it was more of a proof of concept to see if it would work.
@tw1nk it worked with the change
The only instance of "waf" is in the root of the workspace. Why would I be getting:
and i have this in my tasks.json file:
What else should I be doing? Thanks.