mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-10 00:27:05 -06:00
'AGENTS.MD' -> 'AGENTS.md' in loc strings (#282097)
This commit is contained in:
parent
9913515e47
commit
b15269a4d4
@ -698,8 +698,8 @@ configurationRegistry.registerConfiguration({
|
||||
},
|
||||
[PromptsConfig.USE_AGENT_MD]: {
|
||||
type: 'boolean',
|
||||
title: nls.localize('chat.useAgentMd.title', "Use AGENTS.MD file",),
|
||||
markdownDescription: nls.localize('chat.useAgentMd.description', "Controls whether instructions from `AGENTS.MD` file found in a workspace roots are attached to all chat requests.",),
|
||||
title: nls.localize('chat.useAgentMd.title', "Use AGENTS.md file",),
|
||||
markdownDescription: nls.localize('chat.useAgentMd.description', "Controls whether instructions from `AGENTS.md` file found in a workspace roots are attached to all chat requests.",),
|
||||
default: true,
|
||||
restricted: true,
|
||||
disallowConfigurationDefault: true,
|
||||
@ -707,8 +707,8 @@ configurationRegistry.registerConfiguration({
|
||||
},
|
||||
[PromptsConfig.USE_NESTED_AGENT_MD]: {
|
||||
type: 'boolean',
|
||||
title: nls.localize('chat.useNestedAgentMd.title', "Use nested AGENTS.MD files",),
|
||||
markdownDescription: nls.localize('chat.useNestedAgentMd.description', "Controls whether instructions from nested `AGENTS.MD` files found in the workspace are listed in all chat requests. The language model can load these skills on-demand if the `read` tool is available.",),
|
||||
title: nls.localize('chat.useNestedAgentMd.title', "Use nested AGENTS.md files",),
|
||||
markdownDescription: nls.localize('chat.useNestedAgentMd.description', "Controls whether instructions from nested `AGENTS.md` files found in the workspace are listed in all chat requests. The language model can load these skills on-demand if the `read` tool is available.",),
|
||||
default: false,
|
||||
restricted: true,
|
||||
disallowConfigurationDefault: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user