Skip to content

Commit 1dc6fb1

Browse files
authored
Fix todo list setting reference in agent mode documentation (#8981)
1 parent 78eab0e commit 1dc6fb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/copilot/chat/chat-agent-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ To have a better overview of the individual tasks that the agent is working on,
324324

325325
<video src="images/agent-mode/chat-todo-list.mp4" title="Video that shows the todo list in chat." autoplay loop controls muted></video>
326326

327-
You can configure the visibility and position of the todo list control with the `setting(chat.todoListWidget.position)` setting.
327+
You can configure the visibility and position of the todo list control with the `setting(chat.agent.todoList.position)` setting.
328328

329329
## Use instructions to get AI edits that follow your coding style
330330

docs/copilot/reference/copilot-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The team is continuously working on improving Copilot in VS Code and adding new
8686
| `setting(chat.tools.global.autoApprove)`<br/>Automatically approve all tools - this setting [disables critical security protections](/docs/copilot/security.md). | `false` |
8787
| `setting(chat.agent.thinkingStyle)` _(Experimental)_<br/>Configure how thinking tokens are presented in chat. | `fixedScrolling` |
8888
| `setting(chat.mcp.autoStart)` _(Experimental)_<br/>Automatically start MCP servers when MCP configuration changes are detected. | `newAndOutdated` |
89-
| `setting(chat.todoListWidget.position)` _(Experimental)_<br/>Configure the visibility and position of the todo list control in chat. | `false` |
89+
| `setting(chat.agent.todoList.position)` _(Experimental)_<br/>Configure the visibility and position of the todo list control in chat. | `"default"` |
9090
| `setting(github.copilot.chat.newWorkspaceCreation.enabled)` _(Experimental)_<br/>Enable the agent mode tool for scaffolding a new workspace in chat. | `true` |
9191
| `setting(github.copilot.chat.agent.thinkingTool:true)` _(Experimental)_<br/>Enable the thinking tool in agent mode. | `false` |
9292
| `setting(github.copilot.chat.virtualTools.threshold)` _(Experimental)_<br/>Tool count over which virtual tools should be used. Virtual tools group similar sets of tools together and enable the model to activate them on-demand. Enables you to go beyond the limit of 128 tools for a chat request. | `128` |

0 commit comments

Comments
 (0)