Thanks Copilot for nice review

This commit is contained in:
Isidor
2026-02-26 15:14:06 +01:00
parent 32ddcadf10
commit 1da3d7005d
@@ -1441,7 +1441,7 @@ class ChatAgentSettingContribution extends Disposable implements IWorkbenchContr
'chat.agent.maxRequests': {
type: 'number',
markdownDescription: nls.localize('chat.agent.maxRequests', "The maximum number of requests to allow per-turn when using an agent. When the limit is reached, will ask to confirm to continue."),
default: 50,
default: value ?? 50,
order: 2,
},
}