-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Fix custom task shell doesn't work without manually passing in "run command" arg/flag #181760
Fix custom task shell doesn't work without manually passing in "run command" arg/flag #181760
Conversation
(Without manually passing in "run command" arg/flag)
@microsoft-github-policy-service agree |
@meganrogge It is a long time ago that I coded that but I think the rational behind this was that the shell property is only used for |
Yes, but we're doing this already... I think we could add commands for known shells, and do nothing for others And some documentations for this would be nice |
Also fixes #169821 |
@meganrogge @dbaeumer It's been 3 weeks by now may I get some response? If you think the changes are not appropriate, could we just talk... |
Sorry for the super late reply, I didn't notice that I didn't publish my comments, somehow the reply comment gets mixed up with pending review comments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes sense to me and works based on my testing. Thanks!
We reverted this because it broke tasks on Mac. I don't see a way to re-open the PR though. @meganrogge FYI. |
@alexr00 Could you explain a bit more about how it broke tasks on Mac? I don't see any platform specific code that could be causing a breakage from just scanning the code
I can open another PR to reland this if you will (if we can make it not to break on Mac of course) |
Ah, I see now, |
Fix #181302
Fix #169821