You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2026. It is now read-only.
Just saw that error coming up while working with Eclipse:
An internal error occurred during: "Generating completion...".
java.util.ConcurrentModificationException
at java.base/java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:1023)
at java.base/java.util.LinkedHashMap$LinkedKeyIterator.next(LinkedHashMap.java:1046)
at com.microsoft.copilot.eclipse.core.completion.CompletionProvider$CompletionJob.notifyCompletionResolved(CompletionProvider.java:289)
at com.microsoft.copilot.eclipse.core.completion.CompletionProvider$CompletionJob.run(CompletionProvider.java:170)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Feedback source
None
GitHub Copilot plugin version
0.16.0.202604020254
Eclipse IDE and version
Version: 2026-03 (4.39.0), Build id: 20260305-0817
Platform
Microsoft Windows NT 10.0.26100.0 x64
Steps to reproduce
Just saw that error coming up while working with Eclipse:
Logs (optional)
No response
Expected behavior
No error should occur
Actual behavior
Error occurs
Additional information