mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-19 14:22:19 +01:00
Thanks Copilot for nice review
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user