Replies: 2 comments
|
Personally, in cases like these, I would run On |
0 replies
|
@RyanHecht First of all, thank you for your answer. So, in VS Code's Copilot, how can similar needs be achieved? |
0 replies
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.
As shown in the figure, there are two projects under the Next directory, the frontend and the backend. Would it be better to run Copilot directly under the Next directory,
or to run it under
Frontendand then add theApiproject directory via/add-dir?What is the best practice for Copilot CLI in multi-project scenarios?
It seems that
/add-diris different fromClaude Code—it’s not persistently stored and needs to be re-added every time.All reactions