mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Update skills setting description (#284193)
Update skills description text
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user