Skip to content

Commit d3ae531

Browse files
committed
fix issues
1 parent ab95375 commit d3ae531

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed
36.6 KB
Loading

docs/ide/visual-studio-github-copilot-get-started.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Get Started with Copilot in Visual Studio
33
description: Learn how to get started successfully with using Copilot in Visual Studio.
4-
ms.date: 8/252025
4+
ms.date: 8/25/2025
55
ms.update-cycle: 180-days
66
ms.topic: install-set-up-deploy
77
author: rachelkang
@@ -22,13 +22,16 @@ Copilot is here to help you code faster and with greater accuracy by suggesting
2222
By the end of this guide, you will be well equipped to explore the best of your personal Copilot in Visual Studio.
2323

2424
## Step 1: Launch Copilot
25-
1. Open **Visual Studio** (version 17.8 or late).
25+
1. Open **Visual Studio** (version 17.8 or later).
2626
> Note: Update to the latest version of Visual Studio to get the most out of Copilot.
2727
1. Create a new project, open an existing project, or continue without code.
28-
1. Click on the **GitHub Copilot** badge in the upper right corner of Visual Studio.
29-
(image)
30-
1. Click **Open Chat Window to Sign In**
31-
> Note: If you do not have Copilot installed, click "Install Copilot" and make sure you have Copilot installed. For more guidance, see [Manage your GitHub Copilot installation in Visual Studio](visual-studio-github-copilot-install-and-states.md).
28+
1. Click on the **GitHub Copilot** badge in the upper right corner of Visual Studio. Then, click **Open Chat Window to Sign In**
29+
30+
:::image type="content" source="media/vs-2022/visual-studio-github-copilot-install-and-states/copilot-state-inactive-sign-in.png" alt-text="GitHub Copilot badge in Visual Studio":::
31+
32+
> [!NOTE]
33+
> If you do not have Copilot installed, click "Install Copilot" and make sure you have Copilot installed. For more guidance, see [Manage your GitHub Copilot installation in Visual Studio](visual-studio-github-copilot-install-and-states.md).
34+
3235
1. From the Chat window, click one of the buttons to sign in with an existing account or [**Sign up for Copilot Free**](copilot-free-plan.md). Complete the sign up or sign in process in your browser through GitHub. Return to Visual Studio once you are signed in.
3336
1. Copilot is now ready to use in Visual Studio!
3437

@@ -44,11 +47,11 @@ Once you're signed in, you'll be able to interact with Copilot in the Chat windo
4447
## Step 3: Tailor your Copilot Chat to you
4548
Make Copilot work best for you, your project, and whatever you need most in your development workflow.
4649

47-
- **Share references for [context](copilot-chat-context-references)**: Click the **+** button to attach any additional desired context, from uploading images to asking Copilot to look at your entire solution.
50+
- **Share references for [context](copilot-chat-context-references.md)**: Click the **+** button to attach any additional desired context, from uploading images to asking Copilot to look at your entire solution.
4851

49-
- **Access different [models](copilot-usage-and-models#understand-model-selection)**: Use the model picker in the prompt window to explore the latest AI models, and experiment with different models for different scenarios - whether it's answering quick questions, writing documentation, or generating multi-file code edits.
52+
- **Access different [models](copilot-usage-and-models.md#understand-model-selection)**: Use the model picker in the prompt window to explore the latest AI models, and experiment with different models for different scenarios - whether it's answering quick questions, writing documentation, or generating multi-file code edits.
5053

51-
- **Add custom instructions**: Add reusable [custom instructions](copilot-chat-context#enable-custom-instructions) in `.github/copilot-instructions.md` and [prompt files]((copilot-chat-context#use-prompt-files)) to `.github/prompts` to tailor how Copilot responds to you, from honoring your unique coding style to considering special edge cases for your project.
54+
- **Add custom instructions**: Add reusable [custom instructions](copilot-chat-context.md#enable-custom-instructions) in `.github/copilot-instructions.md` and [prompt files](copilot-chat-context.md#use-prompt-files)) to `.github/prompts` to tailor how Copilot responds to you, from honoring your unique coding style to considering special edge cases for your project.
5255

5356
## Next steps
5457

0 commit comments

Comments
 (0)