Migrated from github.com/shafiqalibhai/howto-install-copilot-in-code-server
  • Shell 93.9%
  • Dockerfile 6.1%
Find a file
2026-04-27 23:02:49 +00:00
Dockerfile Add Dockerfile: code-server with the howto scripts mounted 2026-04-27 23:02:49 +00:00
install-copilot.sh Update comment for get_vscode_version function 2026-02-24 19:53:48 +08:00
LICENSE Initial commit 2025-09-17 16:14:43 +02:00
README.md Update README with comprehensive project information 2026-04-27 20:37:41 +00:00

howto-install-copilot-in-code-server

Overview

Installs GitHub Copilot and Copilot Chat extensions in code-server by automatically finding and downloading compatible versions based on your code-server VS Code version.

Detected project type: Shell.

This repository was migrated from upstream source github.com/shafiqalibhai/howto-install-copilot-in-code-server and is preserved here for archival, reference, or continued local development.

At a glance

  • Default branch: main
  • Visibility: public
  • Size: 40 KB
  • Created: 2026-04-27
  • Last updated: 2026-04-27
  • Stars / Forks / Open issues: 0 / 0 / 0
  • License: MIT

Languages

Language Bytes Share
Shell 6,502 bytes 100.0%

Repository structure

  • install-copilot.sh (6,502 B)
  • LICENSE (1,063 B)
  • README.md (528 B)

Getting started

Clone the repository:

git clone https://forgejo.deployview.com/ssa/howto-install-copilot-in-code-server.git
cd howto-install-copilot-in-code-server

Installation

git clone https://forgejo.deployview.com/ssa/howto-install-copilot-in-code-server.git
cd howto-install-copilot-in-code-server

Usage

Refer to the source files in this repository for entry points and intended usage. Update this section with concrete examples once they are established.

Original README

The content below is preserved from the previous README. Headings have been demoted so they don't compete with the new top-level sections.

GitHub Copilot Code Server Installer

Installs GitHub Copilot and Copilot Chat extensions in code-server by automatically finding and downloading compatible versions based on your code-server VS Code version.

Run

curl -fsSL https://raw.githubusercontent.com/sunpix/howto-install-copilot-in-code-server/refs/heads/main/install-copilot.sh | bash

or download it manually and then run:

chmod +x install-copilot.sh && ./install-copilot.sh

Requirements

  • code-server
  • curl
  • jq
  • gzip or gunzip

Contributing

Contributions are welcome. The typical workflow is:

  1. Open an issue describing the change you'd like to make.
  2. Fork the repository (or create a feature branch if you have write access).
  3. Commit your changes with clear, descriptive messages.
  4. Open a pull request against the main branch.

Please follow the existing code style and include tests or reproduction steps where relevant.

License

This project is licensed under the MIT license. See the LICENSE file for the full text.

Repository


This README was generated automatically based on repository metadata, contents, and any prior README content. Edit any section above to add project-specific detail.