You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: prompt-drills.md
+3-8
Original file line number
Diff line number
Diff 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)
4
2
5
3
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.
6
4
@@ -153,11 +151,6 @@ This extended set of exercises will further explore GitHub Copilot's capabilitie
153
151
* In the Copilot Chat, type: `@workspace /explain #currentEditor What are the main functionalities implemented here?`.
154
152
***Goal:** Learn how to explicitly use `#currentEditor` to focus analysis on the currently open file.
155
153
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
-
161
154
-[ ]**Asking Language/Technology Specific Questions:**
162
155
* 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.`.
163
156
***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
178
171
-[ ] Discuss which new commands and techniques were most insightful.
179
172
-[ ] Encourage participants to continue exploring the documentation and experimenting with different prompts.
180
173
-[ ] 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