Multiple GitHub Copilot Chat Threads and Building - Large Refactors #178925
Unanswered
paulpleasant125
asked this question in
Copilot Conversations
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
General
Copilot Feature Area
Visual Studio
Body
When creating multiple threads, always instruct all but one of the threads to wait for instructions to build from thread 1. Otherwise, the builder will fail, and you will be stuck with partial completions of the work. Always ask the initial thread to create a document for the other threads to reference. Always ask the initial thread to deconflict the work.
This has worked for me and dramatically speeds up large refactors. Please comment with other insight for working large refactors.
Beta Was this translation helpful? Give feedback.
All reactions