Skip to content

Commit e410bbd

Browse files
committed
User Feedback 375503 - Add IDE context from UUF feedback
1 parent 950f86b commit e410bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/github/introduction-to-github-copilot/includes/3-interacting-with-copilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def calculate_average(numbers):
2424

2525
The command palette provides quick access to the various functions in Copilot, so you can perform complex tasks with only a few keystrokes.
2626

27-
1. Open the command palette by selecting `Ctrl+Shift+P` (Windows or Linux) or `Cmd+Shift+P` (Mac).
27+
1. Open the command palette in Visual Studio Code by selecting `Ctrl+Shift+P` (Windows or Linux) or `Cmd+Shift+P` (Mac).
2828
1. Enter **Copilot** to see available commands.
2929
1. Select actions like **Explain This** or **Generate Unit Tests** to get assistance.
3030

0 commit comments

Comments
 (0)