mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 20:37:13 -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>