Skip to content

Commit 03639b0

Browse files
committed
Use alert style for notes
1 parent d2d20e0 commit 03639b0

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

docs/copilot/ai-powered-suggestions.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,20 @@ GitHub Copilot acts as an AI-powered pair programmer, automatically offering sug
1414

1515
## Getting started
1616

17-
> **Note**: After reviewing this topic, you can get started with the introductory [Copilot getting started tutorial](/docs/copilot/getting-started.md) to get set up and take a hands-on tour of Copilot in VS Code.
17+
1. Install the GitHub Copilot extension. This also installs the GitHub Copilot Chat extension.
1818

19-
* To use GitHub Copilot, you must have an active subscription for GitHub Copilot in your personal account, or you need to be assigned a seat by your organization.
19+
> <a class="install-extension-btn" href="vscode:extension/GitHub.copilot">Install the GitHub Copilot extension</a>
2020
21-
* To use GitHub Copilot in VS Code, you must have the [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) extension. When you install this extension, the [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) extension is also installed.
21+
1. Follow the steps in the [Copilot setup guide](/docs/copilot/setup.md) to configure GitHub Copilot in VS Code.
2222

23-
Follow these steps to [set up GitHub Copilot in VS Code](/docs/copilot/setup.md) by signing up for a subscription and installing the Copilot extension in VS Code.
23+
> [!TIP]
24+
> If you don't yet have a GitHub Copilot subscription, sign up for a [GitHub Copilot free trial](https://github.com/login?return_to=%2fgithub-copilot%2fsignup) in your personal account.
25+
26+
1. Get going with these hands-on tutorials to learn how to use GitHub Copilot in VS Code.
27+
28+
* [GitHub Copilot Quickstart](/docs/copilot/getting-started.md) - discover the key features of GitHub Copilot in VS Code.
29+
30+
* [Copilot Chat Tutorial](/docs/copilot/getting-started-chat.md) - get started with AI chat conversations.
2431

2532
## Inline suggestions
2633

docs/copilot/getting-started-chat.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ Let's iterate on our generated Express app and add a new page to it.
7878

7979
![Screenshot of VS Code Copilot Chat view, showing the list of chat participants.](./images/getting-started-chat/copilot-chat-view-participants.png)
8080

81-
> **Note**: Extensions can also contribute chat participants, so the list might vary based on the extensions you have installed in VS Code.
81+
> [!NOTE]
82+
> Extensions can also contribute chat participants, so the list might vary based on the extensions you have installed in VS Code.
8283
8384
1. Let's use `@vscode` to ask about VS Code. Enter `@vscode how to debug node.js app` in the chat input field.
8485

docs/copilot/getting-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ MetaSocialImage: images/shared/github-copilot-social.png
1212

1313
This tutorial walks you through the key features of GitHub Copilot in Visual Studio Code. Learn how to get started with the [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) extension to get AI-powered code suggestions in the editor, use chat conversations to refactor your code, and fix code errors with smart actions.
1414

15-
> **Note:** While we're using TypeScript for this tutorial, please note that Copilot is also trained on numerous other languages and a wide variety of frameworks.
15+
> [!NOTE]
16+
> While we're using TypeScript for this tutorial, please note that Copilot is also trained on numerous other languages and a wide variety of frameworks.
1617
1718
For an overview of what you can do with GitHub Copilot in VS Code, see the [GitHub Copilot Overview](/docs/copilot/overview.md).
1819

docs/copilot/prompt-crafting.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ MetaSocialImage: images/shared/github-copilot-social.png
1212

1313
This article covers best practices for using GitHub Copilot in Visual Studio Code by using prompt crafting and providing the right context to GitHub Copilot.
1414

15-
>**Note**: "Prompt engineering" or "Prompt crafting" is a common phrase you'll hear when discussing AI and refers to how and what information is packaged and sent to an AI API endpoint. The Copilot extension does this process for you but you can help by providing hints to guide the extension.
15+
> [!NOTE]
16+
> "Prompt engineering" or "Prompt crafting" is a common phrase you'll hear when discussing AI and refers to how and what information is packaged and sent to an AI API endpoint. The Copilot extension does this process for you but you can help by providing hints to guide the extension.
1617
1718
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/hh1nOX14TyY" title="Core principles of prompt engineering with GitHub Copilot" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
1819

docs/copilot/workspace-context.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ To answer your question, `@workspace` searches through the same sources a develo
3535
- Symbols and definitions in the workspace
3636
- Currently selected text or visible text in the active editor
3737

38-
**Note**: `.gitignore` is bypassed if you have a file open or have text selected within an ignored file.
38+
> [!NOTE]
39+
> `.gitignore` is bypassed if you have a file open or have text selected within an ignored file.
3940
4041
## How does `@workspace` find the most relevant context
4142

0 commit comments

Comments
 (0)