Remove environment variable guards for command line desktop and web#33867
Remove environment variable guards for command line desktop and web#33867jonahwilliams merged 12 commits intoflutter:masterfrom
Conversation
|
From offline feedback, we're going to remove the opt out |
stuartmorgan-g
left a comment
There was a problem hiding this comment.
LGTM with a few more nits. The change to filter devices by project during run already landed in another PR I assume?
You could mark this as fixing 30707 since removing the flag was the last thing that was tracking.
Yes, that landed a while back. Example: |
|
Actually, this needs one more change - when confronted with the choice between an ephemeral device and one that isn't, we should automagically choose the ephemeral one |
|
Actually... I'm gonna walk that back a bit. We'll see if someone complains first |
Description
removes environment variables for command line for web and desktop, leaves them in for daemon
Fixes #30707