You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixing an issue in debug output prompts to not show up as '[object Object]' (#181964)
When this method is called from debugSession.ts:1154 the value passed to `data` is an object, the actual output is in the `output` field on the object so the `.toString()` call results in a message like `[object Object]`.
0 commit comments