Change "code completions" to "code completion" where appropriate (#55729)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -18,9 +18,9 @@ In this guide, you’ll learn how to set up {% data variables.product.prodname_c
|
||||
|
||||
This guide assumes that you'll use {% data variables.product.prodname_copilot_short %} in {% data variables.product.prodname_vscode_shortname %}. To get set up, see [Set up Copilot in {% data variables.product.prodname_vscode_shortname %}](https://code.visualstudio.com/docs/copilot/setup-simplified) in the {% data variables.product.prodname_vscode %} documentation.
|
||||
|
||||
## Step 1: Disable code completions
|
||||
## Step 1: Disable code completion
|
||||
|
||||
First, let's disable code completions. This will give you the opportunity to deepen your understanding of programming concepts by writing more code yourself.
|
||||
First, let's disable code completion. This will give you the opportunity to deepen your understanding of programming concepts by writing more code yourself.
|
||||
|
||||
1. In {% data variables.product.prodname_vscode_shortname %}, open your project.
|
||||
1. Create a folder in the root directory called `.vscode`.
|
||||
@@ -35,7 +35,7 @@ First, let's disable code completions. This will give you the opportunity to dee
|
||||
}
|
||||
```
|
||||
|
||||
1. Save the file. {% data variables.product.prodname_copilot_short %} code completions are now disabled for this project in {% data variables.product.prodname_vscode_shortname %}.
|
||||
1. Save the file. {% data variables.product.prodname_copilot_short %} code completion is now disabled for this project in {% data variables.product.prodname_vscode_shortname %}.
|
||||
|
||||
## Step 2: Add learning instructions
|
||||
|
||||
@@ -49,8 +49,8 @@ Now, let's provide {% data variables.product.prodname_copilot_chat_short %} with
|
||||
|
||||
Do not provide code snippets, even if I ask you for implementation advice in my prompts. Teach me all the basic coding concepts in your answers. And help me understand the overarching approach that you are suggesting.
|
||||
|
||||
Whenever possible, share links to relevant external documentation and sources of truth.
|
||||
|
||||
Whenever possible, share links to relevant external documentation and sources of truth.
|
||||
|
||||
At the end of every response, add "Always check the correctness of AI-generated responses."
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user