-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Closed
microsoft/vscode-copilot-chat
#3251Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded
Milestone
Description
Git bisect points at microsoft/vscode-copilot-chat#2310.
We might get stuck waiting at
| await this._autoAttachInstructions(requestInputs); |
Steps:
- Turn off network connection.
- Reload window.
- Start a chat.
- Expected:
Getting Chat Ready...to show in the chat view. Eventually the offline welcome view will be shown. - Actual: No change in the chat view.
Removing "onInstructionsProvider" and "onSkillProvider" from the Chat package.json gets past it which seems to confirm that these are causing it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded