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: content/full-day/6-code.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Adding the filters to the page will require updating a minimum of three files -
80
80
-**client/src/components/DogList.svelte**
81
81
2. Open GitHub Copilot Chat.
82
82
3. Switch to edit mode by selecting **Edit**in the chat mode dropdown at the bottom of Chat view (should be currently **Ask**)
83
-
4. Ensure **Claude 3.7 Sonnet**is selectedfor the model.
83
+
4. If available, select **Claude 3.7 Sonnet**for the model.
84
84
5. Select **Add Context...**in the chat window.
85
85
6. Select **server/app.py**, **client/src/components/DogList.svelte**and**server/test_app.py** files (you need to select **Add context**for each file)
86
86
-**Hint**: if you type the file names, they will show up in the filter. You can also drag the files or right click filein explorer and select `Copilot -> Add File to Chat`)
0 commit comments