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
Describe the feature or problem you'd like to solve
I prepared a configuration for Neovim that opens copilot in a separate window in terminal mode. I wanted to add a currently opened file in Neovim in the prompt parameter. With this i could just open copilot and it would know already for which file i'm going to write prompt.
Proposed solution
For example add -i parameter to force interactive mode in case -p specified
Example prompts or workflows
copilot -p @src/somefile.cpp -i
Additional context
Currently i'm not able to make copilot open in interactive mode to continue chat: