-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Bug: Extension Will Not Activate or Prompt for API Key
- Extension: ms-vscode.vscode-websearchforcopilot v0.1.2
- VS Code: [1.99.3]
- OS: [Windows 10]
Steps
- Installed extension, tried @webSearch in Copilot Chat.
- Prompted for Tavily API key. Pressed Esc to cancel.
- Later, after obtaining an API key, cannot get prompt to appear again and @webSearch does not work.
- Tried uninstalling/reinstalling, clearing settings, deleting globalStorage, and editing package.json to force activation.
- Extension never activates; no logs, no output, no authentication prompt.
Diagnostics
activationEvents
in published package.json is an empty array ([]
), so the extension never activates.- Even forcing activation with
["*"]
, the prompt does not reappear after initial cancellation.
Expected
- Extension should always activate when used in Copilot Chat and should allow user to enter or change API key after cancelling first prompt.
Actual
- Extension is inert and cannot be used after initial cancel.
Request
- Please republish the extension with correct activation events and fix the authentication retry logic.
laughedelic, ScottPriceUITP and brutuscat
Metadata
Metadata
Assignees
Labels
No labels