How to delete github copilot chat? Long github copilot chat crashes my Intellj #137257
Select Topic AreaQuestion BodyI pasted a really long prompt into my github copilot chat. This chat causes the Intellj IDE to crash everytime I open the github copilot chat. How do I delete the chat? Uninstalling the plugin did not help, invalidating the cache did not help. It seems like the chat is stored online, other projects chats work fine. Also note that I cannot access the UI for that chat at all and the settings in github.com/settings/copilot don't seem to have that option. Update/Solution: I had to clone the project from scratch unfortunately. |
Replies: 14 comments 17 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
|
Potential Solutions
Open Developer Tools (F12 or Ctrl+Shift+I) gh copilot chat list
Contact GitHub Support |
|
|
Have you ever created new project with your current source code? |
|
how to reset the "github copilot chat" in pycharm? the AI is stuck giving same ineffective responses and I want to clear all the context. |
|
Same problem and none of these solutions work :( the only solution is to start a new project with the same code to effectively start a new copilot chat. Since the chat is on the copilot servers anything you do locally doesn't work because the plugin ends up syncing the chat and breaking everything when doing so. |
|
I had the issue in VSCode, but it might help maybe anyone with the same issue of github copilot chat history breaking the copilot completely.
For VSCode on Windows, it seems to be something like this: there are folders like So good luck in finding those files depending on your OS / setup. |
|
In my case, I crashed Copilot chat in Goland by pasting a picture in it. :D Tried all the solutions above and none worked. I am on MacOS and deleting plugin cache folders didn't work either. The Copilot chat is unusable since then. |
|
So, I have found the quick solution to this problem! Delete your .idea folder in your source code folder. Then copilot will be working like a charm again. |
|
Como todos aqui, tengo jetbrains con el plugin de GitHub Copilot la version de paga. Un chat congela toda la maquina. Pero solamente es con un proyecto. Que es lo que sí funciono: Solucionado. |
|
I had the same issue. On Windows, all chat sessions are under |
|
For Mac |
Deleting GitHub Copilot Chat in IntelliJGitHub Copilot chats in IntelliJ crash the IDE when they're corrupted by long prompts, and they're stored locally per project or IDE config rather than centrally on GitHub. Local Storage PathsManually delete chat data from these IDE-specific folders, then restart IntelliJ. macOS/Linux:
Windows:
Project-level alternative: Delete Additional Troubleshooting Steps
Web vs. IDE Differences
VS Code SpecificsDelete from If you still have any issue, or something doesn't work, obviously write here 🙃 |
|
To delete or clear your GitHub Copilot Chat history in IntelliJ IDEA and resolve performance issues, you can use the built-in commands or manually clear the local data storage.
|
Have you ever created new project with your current source code?