Skip to content

Commit 11498b0

Browse files
authored
Merge pull request #37292 from github/repo-sync
Repo sync
2 parents 29fd21f + c6ae6a0 commit 11498b0

File tree

18 files changed

+18
-147
lines changed

18 files changed

+18
-147
lines changed
-56.4 KB
Binary file not shown.
-47.9 KB
Binary file not shown.
-105 KB
Binary file not shown.
-59.8 KB
Binary file not shown.
-78.6 KB
Binary file not shown.

content/copilot/customizing-copilot/extending-copilot-chat-with-mcp.md

Lines changed: 0 additions & 115 deletions
This file was deleted.

content/copilot/customizing-copilot/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ children:
1010
- /extending-the-capabilities-of-github-copilot-in-your-organization
1111
- /adding-repository-custom-instructions-for-github-copilot
1212
- /adding-personal-custom-instructions-for-github-copilot
13-
- /extending-copilot-chat-with-mcp
1413
- /managing-copilot-knowledge-bases
1514
- /creating-a-custom-model-for-github-copilot
1615
redirect_from:

content/copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-your-ide.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,7 @@ See [inline chat](https://code.visualstudio.com/docs/copilot/copilot-chat#_inlin
113113

114114
### Using edit mode
115115

116-
1. To start an edit session, select **Open Chat** from the {% data variables.product.prodname_copilot_chat_short %} menu.
117-
1. At the bottom of the chat panel, select **Edit** from the mode dropdown.
118-
119-
![Screenshot of the {% data variables.product.prodname_copilot_chat_short %} mode dropdown. The "Edit" option is outlined in dark orange.](/assets/images/help/copilot/chat-mode-vscode.png)
120-
116+
1. To start an edit session, select **Open {% data variables.product.prodname_copilot_edits_short %}** from the {% data variables.product.prodname_copilot_chat_short %} menu.
121117
1. Optionally, add relevant files to the _working set_ to indicate to {% data variables.product.prodname_copilot %} which files you want to work on.
122118
1. Submit a prompt. In response to your prompt, {% data variables.product.prodname_copilot_edits_short %} determines which files in your _working set_ to change and adds a short description of the change.
123119
1. Review the changes and **Apply** or **Discard** the edits for each file.
@@ -126,8 +122,10 @@ For more detailed instructions, see [{% data variables.product.prodname_copilot_
126122

127123
### Using agent mode
128124

129-
1. To start an edit session, select **Open Chat** from the {% data variables.product.prodname_copilot_chat_short %} menu.
130-
1. At the bottom of the chat panel, select **Agent** from the mode dropdown.
125+
{% data reusables.copilot.agent-mode-public-preview-note %}
126+
127+
1. To start an edit session, select **Open {% data variables.product.prodname_copilot_edits_short %}** from the {% data variables.product.prodname_copilot_chat_short %} menu.
128+
1. Select **Agent** from the mode dropdown menu.
131129
1. Submit a prompt. In response to your prompt, {% data variables.product.prodname_copilot_short %} streams the edits in the editor, updates the working set, and if necessary, suggests terminal commands to run.
132130
1. Review the changes. If {% data variables.product.prodname_copilot_short %} suggested terminal commands, confirm whether or not {% data variables.product.prodname_copilot_short %} can run them. In response, {% data variables.product.prodname_copilot_short %} iterates and performs additional actions to complete the task in your original prompt.
133131

content/copilot/using-github-copilot/getting-code-suggestions-in-your-ide-with-github-copilot.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,8 @@ If you want to accept the next line of a suggestion, you will need to set a cust
337337

338338
## About {% data variables.copilot.next_edit_suggestions %}
339339

340+
> [!NOTE] {% data variables.copilot.next_edit_suggestions_caps %} is currently in {% data variables.release-phases.public_preview %} and is subject to change.
341+
340342
Inline suggestions autocomplete code, but many development tasks involve editing existing code. {% data variables.copilot.next_edit_suggestions_caps %} assists with edits both at the cursor and in other relevant parts of the code, helping maintain consistency and streamline changes.
341343

342344
{% data variables.copilot.next_edit_suggestions_caps %} predicts where and what edits may be needed based on ongoing changes. Suggestions may span a single symbol, an entire line, or multiple lines, depending on the scope of the potential change.

content/issues/tracking-your-work-with-issues/using-issues/creating-an-issue.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,6 @@ If you're using issues to track and prioritize your work, you can use issues to
171171

172172
{% endif %}
173173

174-
{% ifversion copilot %}
175-
176-
## Creating an issue from {% data variables.product.prodname_copilot_chat_short %}
177-
178-
You can create an issue from {% data variables.product.prodname_copilot_chat_short %} in {% data variables.product.prodname_vscode %} with the Model Context Protocol (MCP). For more information, see [AUTOTITLE](/copilot/customizing-copilot/extending-copilot-chat-with-mcp).
179-
180-
{% endif %}
181-
182174
## Further reading
183175

184176
* [AUTOTITLE](/get-started/writing-on-github)

0 commit comments

Comments
 (0)