Skip to content

Commit abe25af

Browse files
authored
Tweak max requests setting description (microsoft#250160)
The goal is just to have the word "continue" in it so that I can search for this, had some feedback that this would make it easier to discover.
1 parent ec98192 commit abe25af

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
@@ -554,7 +554,7 @@ class ChatAgentSettingContribution extends Disposable implements IWorkbenchContr
554554
properties: {
555555
'chat.agent.maxRequests': {
556556
type: 'number',
557-
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."),
557+
markdownDescription: nls.localize('chat.agent.maxRequests', "The maximum number of requests to allow Copilot to use per-turn in agent mode. When the limit is reached, Copilot will ask the user to confirm that it should continue."),
558558
default: defaultValue,
559559
},
560560
}

0 commit comments

Comments
 (0)