Skip to content

sunpix/howto-install-copilot-in-code-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Script for installing the most compatible version of copilot / copilot-chat in code-server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages