Skip to content

Move troubleshoot skill to files-based approach#300907

Merged
pwang347 merged 4 commits intomainfrom
pawang/troubleshootV3
Mar 12, 2026
Merged

Move troubleshoot skill to files-based approach#300907
pwang347 merged 4 commits intomainfrom
pawang/troubleshootV3

Conversation

@pwang347
Copy link
Member

@pwang347 pwang347 commented Mar 11, 2026

Copy link
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

Removes the existing TS-defined internal “troubleshoot” chat skill from the internal customizations registry, presumably as part of a transition to a file-based skill definition approach within the chat prompt/skills system.

Changes:

  • Deleted the troubleshootSkill InternalSkill implementation (previously embedded as a TS string constant).
  • Removed the troubleshootSkill import/export and cleared the internal skills list in ChatInternalCustomizations.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/vs/workbench/contrib/chat/common/promptSyntax/internalCustomizations/skills/troubleshootSkill.ts Removes the TS-embedded troubleshoot skill definition.
src/vs/workbench/contrib/chat/common/promptSyntax/internalCustomizations/internalCustomizations.ts Stops registering any built-in internal skills (including troubleshoot).

You can also share your feedback on Copilot code review. Take the survey.

@pwang347 pwang347 marked this pull request as ready for review March 12, 2026 05:44
@vs-code-engineering vs-code-engineering bot added this to the 1.112.0 milestone Mar 12, 2026
justschen
justschen previously approved these changes Mar 12, 2026
@pwang347 pwang347 merged commit 6f7de9c into main Mar 12, 2026
21 checks passed
@pwang347 pwang347 deleted the pawang/troubleshootV3 branch March 12, 2026 07:06
default: {},
default: {
'https://code.visualstudio.com': true,
'https://github.com/microsoft/vscode/wiki/*': true,
Copy link
Contributor

Choose a reason for hiding this comment

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

Were these specific URLs intentionally allow-listed for all users by default? Will people be ok with that?

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.

4 participants