heuristic_lemur@lemmy.ml to Programmer Humor@programming.dev · 14 hours agoCopilot can't exit vimlemmy.mlimagemessage-square98fedilinkarrow-up1645arrow-down110
arrow-up1635arrow-down1imageCopilot can't exit vimlemmy.mlheuristic_lemur@lemmy.ml to Programmer Humor@programming.dev · 14 hours agomessage-square98fedilink
minus-squaremcv@lemmy.ziplinkfedilinkarrow-up19·6 hours 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-up1·1 hour 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.
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.