diff --git a/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio.md b/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio.md index c073f66b1c..de0e2c89c6 100644 --- a/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio.md +++ b/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio.md @@ -70,7 +70,7 @@ After installation, a {% data variables.product.prodname_copilot %} icon will ap {% data variables.product.prodname_copilot %} can also generate code suggestions from comments. {% data reusables.copilot.create-c-file %} -1. In the C# file, type the following comment: +1. In the C# file, type the following comment. ```csharp{:copy} using System.Xml.Linq;