mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 05:28:19 -05:00
The getEnv.mts error handler only used console.error (stderr), which gets swallowed by the npm/PowerShell chain on Windows CI agents. Add a console.log call so the error message appears in Azure DevOps logs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>