Skip to content

Commit e72168e

Browse files
Update prompt-drills.md
1 parent bbf6a19 commit e72168e

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

prompt-drills.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
## GitHub Copilot Hackathon Extended Drilling Exercises (Up to 75 Minutes - Adjust as Needed)
2-
3-
**EXPERIMENTAL**
1+
## GitHub Copilot Hackathon Extended Drilling Exercises (Up to 70 Minutes - Adjust as Needed)
42

53
This extended set of exercises will further explore GitHub Copilot's capabilities within VS Code, incorporating more advanced features. Aim to spend roughly 1-2 minutes on simpler exercises and 2-4 minutes on more complex ones.
64

@@ -153,11 +151,6 @@ This extended set of exercises will further explore GitHub Copilot's capabilitie
153151
* In the Copilot Chat, type: `@workspace /explain #currentEditor What are the main functionalities implemented here?`.
154152
* **Goal:** Learn how to explicitly use `#currentEditor` to focus analysis on the currently open file.
155153

156-
- [ ] **Referring to the Previous Response with `#previousResponse`:**
157-
* Ask Copilot a question in the chat.
158-
* Then, ask a follow-up question that refers to the previous answer, for example: `#previousResponse Elaborate on the second point you made.`
159-
* **Goal:** Understand how to use `#previousResponse` for more natural and contextual conversations with Copilot.
160-
161154
- [ ] **Asking Language/Technology Specific Questions:**
162155
* If your project uses Python, ask: `What are some common performance pitfalls in Python?`. If it uses JavaScript, ask: `Explain the concept of closures in JavaScript.`.
163156
* **Goal:** See how Copilot can provide language and technology-specific information.
@@ -178,3 +171,5 @@ This extended set of exercises will further explore GitHub Copilot's capabilitie
178171
- [ ] Discuss which new commands and techniques were most insightful.
179172
- [ ] Encourage participants to continue exploring the documentation and experimenting with different prompts.
180173
- [ ] Emphasize the importance of providing clear and specific prompts for the best results.
174+
175+
I have now removed the exercise that incorrectly used `#previousResponse`. Thank you for your diligence in pointing out this error.

0 commit comments

Comments
 (0)