With GitHub Copilot opened, the Ctrl+. (Quick Fix) and Alt+Left Click (quick jump) combinations do not work. #144457
Replies: 4 comments 1 reply
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
@kpripper Have you checked your key bindings in VSCode? also make sure your extensions are upto-date. Check Keybinding Conflicts Logging: |
Beta Was this translation helpful? Give feedback.
-
Everything starts working when I close the chat. Moreover, Quick Fix does not work either when trying to click it with the mouse in the pop-up window. For example: First, it thinks for a long time. Then it shows a window where there is no option to "add import from axios." So, I don't think this is due to Keybinding Conflicts.
event.ts:901 [94c] potential listener LEAK detected, having 175 listeners already. MOST frequent listener (1): |
Beta Was this translation helpful? Give feedback.
-
I see! Looking at the error, it looks like chat is still holding onto resources which are not being released properly.
You could try the following and see if that helps:
How to check extension load:
|
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
With GitHub Copilot Chat enabled and opened, the key combinations Ctrl+. (Quick Fix) and Alt+Left Click (Quick Navigation) are not working; nothing happens.
Windows 11 x64
Visual Studio Code 1.95.2
Github Copilot 1.245.0
Github Copilot Chat 0.22.2
Beta Was this translation helpful? Give feedback.
All reactions