Skip to content
Discussion options

You must be logged in to vote

The problem has been resolved and the root cause was identified.

The error TypeError: e is not iterable was not caused by the Copilot extension version itself. Instead, it was triggered by Copilot Chat's Agent/Skills discovery mechanism.

I had agent skill files created by another AI tool stored in the following directories:

C:\Users\ic\.claude\skills
C:\Users\ic\.agents\skills

GitHub Copilot Chat automatically scans these directories when initializing agent skills. Some of these skill files had duplicate skill names or unsupported formatting (e.g. XML tags). This caused the agent discovery process to return an unexpected value, which eventually triggered the error inside the extension:

T…

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@VinTiaTun
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by VinTiaTun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
VS Code View and incorporate suggestions from GitHub Copilot directly within the VS Code editor. Question Ask and answer questions about GitHub features and usage Welcome 🎉 Used to greet and highlight first-time discussion participants. Welcome to the community!
4 participants