Closed
Description
Currently you may have to set the FLUTTER_ROOT
variable manually in launch.config
/dart.env
when running flutter_tools tests.
Since we know where the SDK is, perhaps we could just always set this when starting the Flutter debug adapters, as long as there isn't already one defined?
@christopherfujino can you see any cases where this wouldn't do the right thing?