Description
I am encountering an uncaught JSON parsing error in the Developer Console that seems to break context handling. The error is thrown from Object.fromDataTransfer when trying to parse an incomplete JSON payload for exa.codeium_common_pb.ContextScopeItem.
Error Log
Uncaught Error: Cannot decode message exa.codeium_common_pb.ContextScopeItem from JSON: Unexpected end of JSON input
at Kg (main.js:2863:478)
at Object.fromDataTransfer (main.js:3883:759)
at HTMLDivElement.t (main.js:5249:23)
Description
I am encountering an uncaught JSON parsing error in the Developer Console that seems to break context handling. The error is thrown from
Object.fromDataTransferwhen trying to parse an incomplete JSON payload forexa.codeium_common_pb.ContextScopeItem.Error Log