Skip to content

Commit 5b78f5a

Browse files
committed
Fix warnings
1 parent 1ff978f commit 5b78f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ide/copilot-edits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'GitHub Copilot Edits in Visual Studio'
33
description: Use GitHub Copilot Edits to iterate quickly on code changes across multiple files in Visual Studio version 17.13 and later.
4-
ms.date: 2/11/2025
4+
ms.date: 7/31/2025
55
ms.topic: overview
66
author: anandmeg
77
ms.author: meghaanand
@@ -42,7 +42,7 @@ Edits combines the conversational flow of chat and an inline review experience,
4242

4343
1. Select **View** > **GitHub Copilot Chat** to launch GitHub Copilot Chat. You can also launch it from the GitHub Copilot status icon.
4444
2. Select **Create new Edit session** to create a new Edits thread.
45-
3. Enter a chat prompt using natural language about the specific edit you want to make. To help Copilot Edits provide better code suggestions, you can also add relevant context to your prompt. [Reference context](copilot-chat-context.md#reference) by typing the `#` commands to refer to a file, your solution, errors, or a symbol specifically or [attach images](copilot-chat-context.md#attach-images) to provide additional context.
45+
3. Enter a chat prompt using natural language about the specific edit you want to make. To help Copilot Edits provide better code suggestions, you can also add relevant context to your prompt. [Reference context](copilot-chat-context-references.md#reference-context) by typing the `#` commands to refer to a file, your solution, errors, or a symbol specifically or [attach images](copilot-chat-context-references.md#attach-images) to provide additional context.
4646

4747
> [!TIP]
4848
> We suggest you ask for one commit’s worth of changes at a time. The more you can break down a problem, the better the result.

0 commit comments

Comments
 (0)