mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-18 06:09:20 +01:00
ff26d2f53e
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>