Update skills setting description (#284193)

Update skills description text
This commit is contained in:
Harald Kirschner
2025-12-17 22:29:21 -08:00
committed by GitHub
parent b76549b5cd
commit 8a279596e9
@@ -707,7 +707,7 @@ configurationRegistry.registerConfiguration({
[PromptsConfig.USE_AGENT_SKILLS]: {
type: 'boolean',
title: nls.localize('chat.useAgentSkills.title', "Use Agent skills",),
markdownDescription: nls.localize('chat.useAgentSkills.description', "Controls whether Agent skills found at `.github/skills`, `.claude/skills`, `~/.claude/skills` are listed in all chat requests. The language model can load these skills on-demand if the `read` tool is available.",),
markdownDescription: nls.localize('chat.useAgentSkills.description', "Controls whether skills are provided as specialized capabilities to the chat requests. Skills are loaded from `.github/skills`, `.claude/skills`, and `~/.claude/skills`. The language model can load these skills on-demand if the `read` tool is available. Learn more about [Agent Skills](https://aka.ms/vscode-agent-skills).",),
default: false,
restricted: true,
disallowConfigurationDefault: true,