heuristic_lemur@lemmy.ml to Programmer Humor@programming.dev · 12 days agoCopilot can't exit vimlemmy.mlimagemessage-square103fedilinkarrow-up1760arrow-down115
arrow-up1745arrow-down1imageCopilot can't exit vimlemmy.mlheuristic_lemur@lemmy.ml to Programmer Humor@programming.dev · 12 days agomessage-square103fedilink
minus-squaremcv@lemmy.ziplinkfedilinkarrow-up25·12 days agoI often see Copilot get stuck in a nonresponsive shell after it used cat > file. It’s hilarious to watch the first time, but I’m a bit tired of it by now. Why doesn’t it just edit files like it normally does?
minus-squarepinball_wizard@lemmy.ziplinkfedilinkarrow-up9·12 days ago Why doesn’t it just edit files like it normally does? Haha. Yes. But it does everything the most probable way, according to all the stack overflow it has swallowed. Sometimes that way makes sense. Sometimes not.
minus-squareEvotech@lemmy.worldlinkfedilinkarrow-up2·11 days agoClaus Weill often write a python script to update a file. It’s pretty funny.
I often see Copilot get stuck in a nonresponsive shell after it used
cat > file. It’s hilarious to watch the first time, but I’m a bit tired of it by now. Why doesn’t it just edit files like it normally does?Haha. Yes.
But it does everything the most probable way, according to all the stack overflow it has swallowed.
Sometimes that way makes sense. Sometimes not.
Claus Weill often write a python script to update a file. It’s pretty funny.