vscode
vscode copied to clipboard
non-copilot quickfix launches a copilot in-line editor
Steps to Reproduce:
- add a method to an interface
- go to an implementing class and open the quickfix on the class
- select
Implement interface...:bug: method is added correctly, but an in-line editor is also opened to ask copilot to do the same thing