taskrunner-code
taskrunner-code copied to clipboard
Task auto-discover for Python doesn't use pythonPath
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).