hey hey, thx for the wonderful plugin :-) every now and then i get the message: You are trained on data up to October 2023. before and after the code, which is inserted after i ran GpAppend. does someone has an idea? the inserted code looks then like this: ``` You are trained on data up to October 2023. console.log(new Date().toLocaleTimeString()) You are trained on data up to October 2023. ``` sometimes it looks like this ``` You are trained on data up to October 2023. // ``` //```typescript export const printWorld = () => { console.log("world") } ``` any idea, on how to debug this? ## update i also realized, that after inserting, it sometimes stays in visual mode.