Replies: 10 comments 4 replies
-
got an email reply |
Beta Was this translation helpful? Give feedback.
-
I've got the same issue here on Mac. Any update on this please? |
Beta Was this translation helpful? Give feedback.
-
same issue on linux, any updates ? |
Beta Was this translation helpful? Give feedback.
-
Copilot prevent IntelliJ IDEA to close when some process is attached. IDEA 2023.2, Copilot 233.13135.116. |
Beta Was this translation helpful? Give feedback.
-
I had the same issue. It went away when I stopped using VPN. If you're having problems, maybe try switching networks. Post here if that works (to assist with debugging). A plugin shouldn't crash an app if there is a network problem 😆 |
Beta Was this translation helpful? Give feedback.
-
Happens to me as well. This is super annoying!!! Intellij ver 2024.3.1.1 (and several older versions)
WHAT THE HELL?? I tried restarting intellij, invalidate cache, etc. Also removed plugins and increased intellij mem - nothing helped. |
Beta Was this translation helpful? Give feedback.
-
Pretty crazy that a malfunctioning plugin can permanently render the entire UI frozen and unusable. What's similarly surprising is that this issue was first reported more than a year ago and I just ran into it. I was using the latest version. Why is this issue closed? |
Beta Was this translation helpful? Give feedback.
-
This is issue is being pretty disrupting and slowing down development. Can anyone give some feedback why it is happening and what is being done to fix it? I noticed that it is worse for the projects I have more copilot usage. |
Beta Was this translation helpful? Give feedback.
-
*** Update + solution for lagging UI with copilot *** Apparently this is a classic case of horrible UX. Not opening a new context makes the plugin send the whole conversation history from day 0 every time the copilot plugin is loaded, hence the annoying UI freeze / lags that worsen over time. This is where it differs from chatGPT, where the whole context is being saved and fetched quickly from the cloud and not being sent from your IDE environment every time like in copilot. Copilot does that for security reasons. So why didn't the creators of copilot add a simple popup to teach us about that "+" button or added a simple tutorial on first load? Assaf |
Beta Was this translation helpful? Give feedback.
-
Mine got fixed by uninstalling intellij and then deleted the configuration files. |
Beta Was this translation helpful? Give feedback.
-
Description:
Copilot 1.4.0.3748 JetBrains Idea 2023.2.5
The Copilot plugin appears to be stuck in a login loop with Copilot Chat whenever activated in JetBrains idea, leading to a frozen state of the entire application window.
Steps to reproduce:
I have discovered that uninstalling the Copilot plugin resolves the freezing issue. However, upon reinstallation, the problem consistently reoccurs, indicating a direct link between the plugin's activity and the freezing issue.
Specifically, the plugin consistently attempts to log in to Copilot Chat, resulting in the freezing of the IDEA window.
Please find attached the thread dump and error logs for a detailed understanding of the problem.
threadDump-20231116-093442.txt
Beta Was this translation helpful? Give feedback.
All reactions