Skip to content

Commit e0c9722

Browse files
Update blogs/2025/07/16/copilot-coding-agent.md
Co-authored-by: Daniel Rosenwasser <[email protected]>
1 parent a783771 commit e0c9722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blogs/2025/07/16/copilot-coding-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Today, we’re excited to give you a first look at the Copilot Coding Agent in V
1616

1717
Instead of only having one synchronous agent in VS Code, you can now have multiple agents running at once working on your behalf. This is _actually_ being a 10x developer. It's officially a thing. You get to hand off any work you need done to a squad of AI teammates.
1818

19-
To see this in action in your editor right now, install the [GitHub Pull Requests extension](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) and add the following setting...
19+
To see this in action in your editor right now, install the [GitHub Pull Requests extension](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) and add the following VS Code setting:
2020

2121
```json
2222
"githubPullRequests.codingAgent.uiIntegration": true,

0 commit comments

Comments
 (0)