Files
WSL/tools/setup-dev-env.ps1
Ben Hillis 91317945d5 Verify WinGet config exists before invoking winget configure (#40496)
* Verify WinGet config exists before invoking winget configure

If the resolved `` does not exist, `winget configure` fails
with a cryptic error rather than telling the user that the config file
is missing. Add an explicit `Test-Path` guard that reports the missing
file path and the expected location, and update the existing failure
message to print the full `` instead of just ``
so it matches the path actually passed to `winget configure`.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Retrigger CI

---------

Co-authored-by: benhillis <17727402+benhillis@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-11 19:54:24 +00:00

3.4 KiB