-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open but not in active active editor still get scanned? #4
Comments
Currently, the extension is based on the active editor. For example:
I'm not 100% sure if Copilot reads inactive editors, but I've added that as a TODO item, as I would like this extension to be based on all open files as an opt-in configuration. In the case of the example above, Copilot would stay disabled. If you have any insight if Copilot is or isn't reading inactive editors/tabs, please point me toward a resource which makes this clear. Also, be aware that this is not an official extension from GitHub. A better solution would be to upvote and advocate for this to be integrated into the original Copilot extension through https://github.com/orgs/community/discussions/10305. |
It does definitely do that. I have a |
some basic setup to reproduce:
|
Seems reasonable to assume Copilot indeed reads background files. |
I want to make sure I understand this missing feature correctly
So copilot can still access the content of files, which are open, but not active?
The text was updated successfully, but these errors were encountered: