diff options
| author | kj_sh604 | 2025-10-06 17:43:08 -0400 |
|---|---|---|
| committer | kj_sh604 | 2025-10-06 17:43:08 -0400 |
| commit | 0d920d82f3ba86525a818ad0f1dedc8d6aef8c70 (patch) | |
| tree | 4c42f26d5d349818b98c430259b54bc280ae8780 | |
| parent | 8fa5348d3adadb155f5bb3928f973f996b4672c3 (diff) | |
refactor: increase `chat.agent.maxRequests`
| -rw-r--r-- | .config/Code/User/settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index b7f6818..6932113 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -76,4 +76,5 @@ "[markdown]": { "editor.fontWeight": "normal" }, + "chat.agent.maxRequests": 50, }
\ No newline at end of file |
