Skip to content

Allow intellisense for troubleshoot skill#305702

Merged
pwang347 merged 1 commit intomainfrom
pawang/fixCopilotCLISkillIntellisense
Mar 27, 2026
Merged

Allow intellisense for troubleshoot skill#305702
pwang347 merged 1 commit intomainfrom
pawang/fixCopilotCLISkillIntellisense

Conversation

@pwang347
Copy link
Copy Markdown
Member

@pwang347 pwang347 commented Mar 27, 2026

CC @DonJayamanne, I see that extension contributed skills are already known by the agent. If we don't want them to show up as slash commands as well, we should disable that. Let me know if you have any concerns.

Copilot AI review requested due to automatic review settings March 27, 2026 15:40
@vs-code-engineering vs-code-engineering bot added this to the Backlog milestone Mar 27, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adjusts chat input slash-command completions so that prompt-based slash commands contributed by extensions are suggested even when the chat widget is locked to a coding agent, enabling IntelliSense for extension-provided “troubleshoot” skills in that scenario.

Changes:

  • Remove the filter that hid extension-provided prompt slash commands when widget.lockedAgentId is set.
  • Keep existing locked-agent restrictions (e.g., prompt-attachment capability checks and hook exclusion).

@pwang347 pwang347 marked this pull request as ready for review March 27, 2026 18:08
@pwang347 pwang347 merged commit 402ffd2 into main Mar 27, 2026
22 checks passed
@pwang347 pwang347 deleted the pawang/fixCopilotCLISkillIntellisense branch March 27, 2026 18:29
DonJayamanne added a commit that referenced this pull request Apr 2, 2026
DonJayamanne added a commit that referenced this pull request Apr 2, 2026
* Revert "Allow intellisense for troubleshoot skill (#305702)"

This reverts commit 402ffd2.

* Updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants