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 bug
We have 2 Copilot extension apps. Same code and settings, two different environments and GitHub app instances.
Our DEV app receives the reference files just fine.
Our PROD app doesn't receive any reference files, but the PROD app was receiving reference files 3 weeks ago.
To Reproduce
Steps to reproduce the behavior:
Authorize the Copilot extension on my GitHub user.
Install the Copilot extension into my org, allowing it access to only my target repository.
Open VS Code.
Start new chat
@<extension> do thing
See that the chat message is missing reference files in the logs
Expected behavior
The PROD app should be receiving reference files
Screenshots
The chat message at 2025-01-06T21:20:37.660973415Z:
When it was working at 2024-12-18T22:20:47.224846352Z (about 3 weeks ago):
It is currently working with our DEV app (same code and settings, different GH app instance)
Timestamp: 2025-01-06T21:34:53.253350074Z
Desktop (please complete the following information):
OS: Mac OS Sonoma 14.3
Browser: Chrome
Version 131.0.6778.109
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
chrisyxlee
changed the title
[Bug] Reference files not getting sent to only one
[Bug] Reference files not getting sent to only one of two copilot extensions (same settings, same code)
Jan 6, 2025
For posterity, it seems like it was a permissions issue with VS Code. I somehow got it to trigger the "allow workspace access to extension" by forcing an error in the extension?
Describe the bug
We have 2 Copilot extension apps. Same code and settings, two different environments and GitHub app instances.
Our DEV app receives the reference files just fine.
Our PROD app doesn't receive any reference files, but the PROD app was receiving reference files 3 weeks ago.
To Reproduce
Steps to reproduce the behavior:
@<extension> do thing
Expected behavior
The PROD app should be receiving reference files
Screenshots
The chat message at

2025-01-06T21:20:37.660973415Z
:When it was working at

2024-12-18T22:20:47.224846352Z
(about 3 weeks ago):It is currently working with our DEV app (same code and settings, different GH app instance)
Timestamp:

2025-01-06T21:34:53.253350074Z
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: