Visual Studio 2022 reports syntax errors in temporary files generated by copilot plugin #40593
Unanswered
Randname666
asked this question in
Copilot Conversations
Replies: 3 comments 5 replies
|
@Randname666 Sorry for the trouble here, Do you have the latest version of the extension? Could you provide a few more details on how this can be replicated? |
1 reply
|
@johnnygerard Have you tried troubleshooting your issue here: https://docs.github.com/en/copilot/troubleshooting-github-copilot? |
4 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.
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Bug
Body
Visual Studio reports syntax errors in temporary files generated by copilot plugin which are 8.3 scheme named files under
%LOCALAPPDATA%\temp\github\copilot-vswhich are obviously not the files currently being edited, or files added to solution file or project files. This makes error messages overwhelming and hard to identify actual errors in current file being edited.Visual Studio considers these files to belong to a project named

CopilotMiscFiles, despite this project is no where to be found in both currently opened solution files and temporary files folder.All reactions