1
0
mirror of synced 2025-12-30 03:01:36 -05:00
Files
docs/data/reusables/codespaces/copilot-in-vscode.md
hubwriter dfab0d1601 Changes from JetBrains PR
These are the changes in the pre-review version of PR:
https://github.com/github/docs-internal/pull/29794

This version of the Codespaces docs forms the base for
the Universe megabranch.
2022-10-06 12:48:44 +01:00

1.5 KiB

{% data variables.product.prodname_copilot %}, an AI pair programmer, can be used in any codespace. For more information, see "About GitHub Copilot."

To start using {% data variables.product.prodname_copilot %} in {% data variables.product.prodname_github_codespaces %}, install the {% data variables.product.prodname_copilot %} extension from the {% data variables.product.prodname_vscode_marketplace %}.

To include {% data variables.product.prodname_copilot %}, or other extensions, in all of your codespaces, enable Settings Sync. For more information, see "Personalizing {% data variables.product.prodname_github_codespaces %} for your account." Additionally, to include {% data variables.product.prodname_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."

Further reading