I seem to be having a problem with VSCode that I am struggling to understand. Anytime I open the console I am met with the following error message.
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'engine') at Ih (chunk-Y2FVTNEB.js:11) at chunk-Y2FVTNEB.js:11
This message is always in the console, even if I haven't written a single line of code. I took a look at line 11 in sources to see what is going on and the code at that line is unbelievably long. For reference I posted a tiny fraction of line 11 that comes from chunk-Y2FVTNEB.js
`,o),i({body:{},meta:{isSuccess:!1,code:on.CodesEnum.Unknown}})}),!0});var Oe=(e,{argsToKey:r=()=>"key",timeout:t}={})=>{let n={},i=async(...o)=>{let a=await Promise.resolve(r(...o));if(typeof a!="string"&&a!==void 0)t
I am using a live server if that matters. Moreover, this error never prevents my programs from running or functioning at all. It's just annoying when I'm using the console to debug because there's always this error message