Why is the VS Code GitHub Copilot extension overriding all other Code Actions?

421 Views Asked by At

I have a problem I used the normal code actions menu quite often (pressing the lightbulb or it's shortcut).
But after installing Copilot and signing up, my normal options are replaced by "Modify using Copilot".
I really don't want to write "extract to method" every time i highlight something and wants it in its own method...

Any suggestions to how I can get both ?

enter image description here

Update: I just updated my plugin, and now it shows it correctly:
enter image description here

1

There are 1 best solutions below

0
On BEST ANSWER

The issue went away for the asker after they updated to v1.138.0 of the GitHub Copilot VS Code extension.

I tried looking for a matching issue ticket but couldn't find one. Maybe it'll show up in the issue tracker later or maybe never. https://github.com/microsoft/vscode-copilot-release/issues?q=is%3Aissue+label%3Acode-actions+is%3Aclosed.