We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 950f86b + e410bbd commit 568c04dCopy full SHA for 568c04d
learn-pr/github/introduction-to-github-copilot/includes/3-interacting-with-copilot.md
@@ -24,7 +24,7 @@ def calculate_average(numbers):
24
25
The command palette provides quick access to the various functions in Copilot, so you can perform complex tasks with only a few keystrokes.
26
27
-1. Open the command palette by selecting `Ctrl+Shift+P` (Windows or Linux) or `Cmd+Shift+P` (Mac).
+1. Open the command palette in Visual Studio Code by selecting `Ctrl+Shift+P` (Windows or Linux) or `Cmd+Shift+P` (Mac).
28
1. Enter **Copilot** to see available commands.
29
1. Select actions like **Explain This** or **Generate Unit Tests** to get assistance.
30
0 commit comments