How to install Github Copilot on code-server? #5063
-
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 25 replies
-
Firstly, update your code-server instance and then retry. I seem to have noticed that you use Code 1.50.0, not the latest 1.64.*, hence run the install command again and launch code-server. |
Beta Was this translation helpful? Give feedback.
-
Any updates on how to install copilot on code server 4.7.0? |
Beta Was this translation helpful? Give feedback.
-
I found this video on YouTube that worked for me: https://www.youtube.com/watch?v=w_-zFFM0N-g. It may help you install Github Copilot on code-server as well. |
Beta Was this translation helpful? Give feedback.
-
August 2023I just ran into this problem (Copilot doesn't show up when you search for it in extensions), so here's what worked for me:
Note that before doing the above steps I upgraded to the latest version of |
Beta Was this translation helpful? Give feedback.
-
I downloaded the vsix chat extension, unzipped it and modified the
rezipped it and did a manual vsix installed, and it now works on latest code server. |
Beta Was this translation helpful? Give feedback.
-
I installed GitHub Copilot (the latest version v1.168.742) with code-server v4.21.2 (Code 1.86.2). I wasn't able to get GitHub Copilot Chat working. Not even trying to use @hchaudhary1 method above, changing the json file to have:
And after a successful install, this happened: |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, I wanted to offer another solution I just ran across, because I had a similar issue. I am running code-server 4.22.1 inside Docker (code-server: v4.22.1, Code: 1.87.2, Commit: 760d131). I downloaded the extension from here, and installed inside code-server (uploaded, right-click to install), but the authentication is always failing. My solution was to start the sign-in process. After it gives you the 8-character code, copy it somewhere. Then when it prompts you to go to the URL to activate, do not click Open but instead Copy the URL (it should be https://github.com/login/device anyway). Then open a new tab yourself, paste the 8-character code, Authorize it, then close the tab. And then it should successfully log in :) |
Beta Was this translation helpful? Give feedback.
-
If you are running in the Linuxserver code-server container, add this to your environment |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, auth: Error: No auth flow succeeded. I am using the latest github copilot and vs-codeserver (v4.93.1) vs code (1.93.1) is there any workaround for this issue? |
Beta Was this translation helpful? Give feedback.
Firstly, update your code-server instance and then retry. I seem to have noticed that you use Code 1.50.0, not the latest 1.64.*, hence run the install command again and launch code-server.