• stuartmorgan's avatar
    Specify encoding for vswhere output (#59607) · e85655c4
    stuartmorgan authored
    On Windows, Process.run assumes the output uses the system codepage by default. This allows specifying it in our wrapper, and sets the encoding for vswhere to UTF-8 since we're passing a flag that forces it to use UTF-8 output.
    
    Fixes #53515
    e85655c4
fake_process_manager.dart 10.3 KB