Skip to content

Commit c8f2121

Browse files
authored
Update README.md
1 parent c87299d commit c8f2121

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

02-context-conversations/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,10 +304,10 @@ copilot --continue
304304
copilot --resume
305305
306306
# Or resume a specific session by ID
307-
copilot --resume abc123
307+
copilot --resume=abc123
308308
309309
# Or resume by the name you gave the session
310-
copilot --resume=book-app-review
310+
copilot --resume="my book app review"
311311
```
312312
313313
> 💡 **How do I find a session ID?** You don't need to memorize them. Running `copilot --resume` without an ID shows an interactive list of your previous sessions, their names, IDs, and when they were last active. Just pick the one you want.

0 commit comments

Comments
 (0)