Cannot get copilot to work with fresh install of VSCode - getting errors, slow, single line suggestions #59089
Replies: 2 comments 6 replies
-
|
I have the same problem, anyone? |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
Also having the same problem. Working with TS files. However, if I create a new file it works there. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Select Topic Area
General
Body
Description of the issue
When using copilot with VSCode, copilot is only providing single line suggestions. The suggestions are often slow to appear, when I use
CTRL + Enterit is VERY slow to generate even a couple solutions.I viewed the troubleshooting guide and monitored the output log and I can see that there are a lot of
Cancelled during debouncelines showing up but I can't find any information on that. Sounds like it is failing to connect despite the diagnostics showing a HTTP 200 in the reachability section.Things I have tried
CTRL + Enterto manually review the suggestionsMy simple test to demonstrate the issue
// function that takes in a filepath and extracts the filename and extensionCopilot's single line suggestion 👎
// function extractFilenameAndExtension(filepath) {Copilot VSCode Output Logs
Copilot Diagnostics
Beta Was this translation helpful? Give feedback.
All reactions