Using GitHub Copilot
GitHub Copilot, an AI pair programmer, can be used in any codespace. To start using GitHub Copilot in GitHub Codespaces, install the GitHub Copilot extension from the Visual Studio Code Marketplace. For more information about GitHub Copilot setup and usage, see the GitHub Copilot documentation.
To include GitHub Copilot, or other extensions, in all of your codespaces, enable Settings Sync. For more information, see "Personalizing GitHub Codespaces for your account." Additionally, to include GitHub Copilot in a given project for all users, you can specify GitHub.copilot
as an extension in your devcontainer.json
file. For information about configuring a devcontainer.json
file, see "Introduction to dev containers."