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
Since the Copilot extensions were merged, I wanted to document an updated and simple installation path.
This is shared for research and experimentation, not as a feature request.
If the maintainers prefer this content to live elsewhere (or not at all), feel free to close or remove it. The goal is simply to make this information searchable for others exploring the same boundary.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
FYI: Unofficial GUI-only way to install GitHub Copilot Chat (merged extension, works as of 2026-01-07)
I’m posting this as a reference because some previously discussed methods no longer apply, and the current Copilot extension structure has changed.
Background
In the 2025-12-18 update, GitHub merged the original two extensions:
into a single extension now named GitHub Copilot Chat.
As a result, older installation methods are outdated, even if the core idea is still the same.
The core idea remains unchanged and matches what has already been discussed here:
However:
code-server --install-extension) returned permission denied in my case.curl, environment variables, or command-line installation inside the container.Tested & Working Environment
/configdirectory)Unofficial GUI-only Installation Steps
Step 1: Download the VSIX from desktop VS Code
On desktop VS Code (Windows in my case):
This provides the official VSIX of the merged Copilot extension.
Step 2: Upload the VSIX into the container
Upload the downloaded VSIX file into the container.
For the linuxserver/code-server image, I placed it in:
/config/
You can upload it using:
Step 3: Install from VSIX in code-server Web UI
/configdirectoryNo CLI commands are required.
Notes & Limitations
This does not make the setup officially supported.
The extension may stop working after:
This document only describes what works at the time of writing.
Why I’m Sharing This
If the maintainers prefer this content to live elsewhere (or not at all), feel free to close or remove it. The goal is simply to make this information searchable for others exploring the same boundary.
Beta Was this translation helpful? Give feedback.
All reactions