skip to Main Content

I installed copilot extension in VS code and activated my membership online. I see the chat area in VS code but whenever I type a question I get the response "Error on conversation request. Check the log for more details." When I check the logs I see only the following:

2023-09-22 14:58:18.699 [info] update#setState idle
2023-09-22 14:58:19.398 [info] WSL is not installed, so could not detect WSL profiles
2023-09-22 14:58:48.711 [info] update#setState checking for updates
2023-09-22 14:58:48.929 [info] update#setState idle

I installed WSL just to try if it solves the problem, but it did not work. Does anyone know how I can get copilot to work?

2

Answers


  1. Chosen as BEST ANSWER

    I have managed to get copilot to work by installing Visual Studio Code - Insiders 1.83.0. For some reason it did not work on Visual Studio Code 1.82.2, but it works on the Insiders version 1.83.0.


  2. Thanks for the recommendation. Moving to Insiders 1.83.0 worked for me as well. Could not figure out why it does not work for 1.82.2, but for now, I am happy to work within 1.83.0

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search