# GitHub Codespaces でのGitHub Copilotの使用

VS Code 拡張機能を追加することで、GitHub Copilot で GitHub Codespaces を使用できます。

```
          [GitHub Copilot](https://copilot.github.com/) は、VS Code の Web クライアントまたはデスクトップ アプリケーションで開く任意の codespace で使用できる AI ペア プログラマです。 GitHub Copilot の詳細については、「[AUTOTITLE](/copilot/about-github-copilot/what-is-github-copilot)」を参照してください。
```

GitHub CopilotでGitHub Codespacesを使い始めるには、GitHub Copilotから[Visual Studio Code Marketplace拡張機能をインストールします](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot)。

GitHub Copilot や他の拡張機能をすべての codespace に含めるには、設定の同期を有効にします。詳しくは、「[アカウントGitHub Codespaces のカスタマイズ](/ja/codespaces/setting-your-user-preferences/personalizing-github-codespaces-for-your-account#settings-sync)」をご覧ください。 また、すべてのユーザーの特定のプロジェクトに GitHub Copilot を含めるには、`GitHub.copilot` ファイルで `devcontainer.json` を拡張機能として指定できます。
`devcontainer.json` ファイルの構成については、「[開発コンテナーの概要](/ja/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers#creating-a-custom-dev-container-configuration)」をご覧ください。

## 参考資料

* [GitHub Copilot のクイック スタート](/ja/copilot/quickstart)