Copilot is not editing code anymore! #170430
Replies: 5 comments 3 replies
-
|
Hi @AgomferAustral, It’s also possible that your Copilot trial or subscription expired. When that happens, editing features stop working even if the extension appears installed. You can check your subscription status in your GitHub account under Settings → Billing & plans. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @AgomferAustral, This usually isn’t a “global Copilot is broken” issue — it’s a mix of agent permissions, where edits are allowed (notebooks vs files), and extension conflicts. Try the steps below (in order) to get edits working again. 1) Make sure the agent you’re using can editIn the Copilot Chat panel:
2) Test edits in a normal text file first (not a notebook)Edits are most reliable in standard editors (e.g.,
If this works in a file but not in 3) About Jupyter notebooksNotebook edit support is more limited. Depending on your VS Code + Jupyter + Copilot versions, edits in Workarounds:
Also make sure the Jupyter extension is up to date and that the notebook is Trusted (look for the shield badge / trust indicator). 4) Check Workspace Trust & permissions
5) Look for extension conflictsTools like Continue, Cline, Codeium, or other AI assistants can intercept edit commands.
6) “I uninstalled Copilot but it still shows up”Check all the places VS Code can install extensions:
On macOS you can also check the extensions folder: (delete only the 7) Collect a quick diagnostic if it still won’t edit
TL;DR
MacOS 15.6 / VS Code 1.103 is fine for edits; the usual culprits are the agent permission, notebook limitations, or an extension conflict. |
Beta Was this translation helpful? Give feedback.
-
|
Hi 👋, It looks like the issue is related to cached extensions and settings that weren’t fully removed when you uninstalled VS Code and GitHub Copilot. Here are some steps you can try:
🔧 After this clean reinstall, Copilot should allow mode switching and edit suggestions again. ✅ Tip: You can also check the official Copilot troubleshooting guide here: GitHub Copilot Docs. |
Beta Was this translation helpful? Give feedback.
-
|
Hey AgomferAustral, Thanks for reaching out — I totally get how frustrating this is. You're trying to get some coding help, Copilot looks like it's working, but nothing actually changes in your file, especially in Jupyter notebooks. And then on top of that, it won’t go away even after uninstalling? That’s super annoying, and honestly, it’s happened to a lot of people — you’re not alone. Let me walk you through what’s probably going on, in plain terms: First: Are you actually using Copilot? So double-check: Open your Extensions in VS Code (Cmd+Shift+X) Why won’t Copilot go away after uninstalling? Fully restart VS Code Quit VS Code completely Jupyter Notebooks are tricky Try this test: Open a regular .py file For now, your best bet is: Use Copilot Chat to generate code Can’t switch modes? Make sure: You’re on the latest VS Code (1.103 is recent, so good!) Cmd+Shift+P → Type “Copilot: Chat” Bottom Line Try this: Clean uninstall all AI extensions |
Beta Was this translation helpful? Give feedback.
-
|
Hi @AgomferAustral, Make sure you’re on the latest GitHub Copilot and Copilot Chat extensions (older versions sometimes cause conflicts). In Jupyter notebooks, Copilot’s inline editing can be limited — you’ll usually get suggestions in the chat but not direct code edits. It works more reliably in .py files. To fully remove the extension, go to Extensions → Copilot → Uninstall, then also clear the extension cache at: MacOS: ~/Library/Application Support/Code/User/globalStorage/github.copilot-* After clearing, reinstall the extension and sign back into GitHub. If it still doesn’t work, I’d suggest opening an issue through the GitHub Copilot feedback form |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Copilot Feature Area
VS Code
Body
Hi to all!
Copilot, using the agent mode with Claude 4, stopped modifying code. On the chat window, it seems working fine, but my code was unmodified. I was working on jupyter notebooks files.
I tried to uninstall vscode and install it again but it's working in the same way.
I also uninstalled the copilot extension, but ... copilot still remains in the vscode windows! Even after reboot!
It not allows me to change modes (to ask or edit).
Any ideas? Thanks!
MacOS 15.6
VSCode 1.103
Beta Was this translation helpful? Give feedback.
All reactions