taskrunner-code icon indicating copy to clipboard operation
taskrunner-code copied to clipboard

Task auto-discover for Python doesn't use pythonPath

Open classner opened this issue 6 years ago • 0 comments

Hi! Awesome work with taskrunner! I'm just experiencing a minor issue: when running auto-discovered Python tasks, they use 'python' as command instead of the configured ${config:python.pythonPath}. Because I'm running my terminal in WSL 'python' refers to the WSL system Python instead of the Windows 'python.exe' in my path. Using the configured Python would avoid that.

Also, I'm not sure that this is the right place to open this issue because I'm not sure whether taskrunner is auto-detecting Python tasks or VS Code (however, in the VS code documentation I only found references to other auto-discovered tasks).

classner avatar May 01 '19 01:05 classner