heuristic_lemur@lemmy.ml to Programmer Humor@programming.dev · 1 month agoCopilot can't exit vimlemmy.mlimagemessage-square141linkfedilinkarrow-up1894arrow-down116
arrow-up1878arrow-down1imageCopilot can't exit vimlemmy.mlheuristic_lemur@lemmy.ml to Programmer Humor@programming.dev · 1 month agomessage-square141linkfedilink
minus-squaremcv@lemmy.ziplinkfedilinkarrow-up32·1 month 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-up10·1 month 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·1 month 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.