Skip to content

Commit 59f9878

Browse files
authored
Remove obsolete note on maxRequests setting (#248048)
microsoft/vscode-copilot#16932 in main
1 parent 6560a6e commit 59f9878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/chat.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ class ChatAgentSettingContribution extends Disposable implements IWorkbenchContr
464464
properties: {
465465
'chat.agent.maxRequests': {
466466
type: 'number',
467-
markdownDescription: nls.localize('chat.agent.maxRequests', "The maximum number of requests to allow Copilot Edits to use per-turn in agent mode. When the limit is reached, Copilot will ask the user to confirm that it should keep working. \n\n> **Note**: For users on the Copilot Free plan, note that each agent mode request currently uses one chat request."),
467+
markdownDescription: nls.localize('chat.agent.maxRequests', "The maximum number of requests to allow Copilot Edits to use per-turn in agent mode. When the limit is reached, Copilot will ask the user to confirm that it should keep working."),
468468
default: defaultValue,
469469
},
470470
}

0 commit comments

Comments
 (0)