mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
Add exitCodeValue field to the existing toolUse.runInTerminal telemetry event, reporting the actual numeric exit code (-1 if unknown). Previously only a tri-state nonZeroExitCode (0/1/-1) was available. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>