-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugchatinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded
Milestone
Description
Similar to #250381
Steps to Reproduce:
- you can test this running out of sources, use a fresh user data dir
- type "hi" into chat and run through setup
- uninstall copilot extension and click to restart extension host
- type "hi" again, extension installs again automatically
=> 🐛 notice the warning that copilot failed to get ready

This fails here:
vscode/src/vs/workbench/contrib/chat/common/chatServiceImpl.ts
Lines 499 to 502 in 3a7f042
const defaultAgent = this.chatAgentService.getActivatedAgents().find(agent => agent.id === defaultAgentData.id); | |
if (!defaultAgent) { | |
throw new ErrorNoTelemetry('No default agent registered'); | |
} |
@roblourens so it looks like the agent only registers once?
Interestingly when I retry, it just works then 🤔
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugchatinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded