About GitHub Copilot in JetBrains IDEs
If you use a JetBrains IDE, GitHub Copilot can autocomplete code as you type. After installation, you can enable or disable GitHub Copilot, and you can configure advanced settings within your IDE or on GitHub.com. This article describes how to configure GitHub Copilot in the IntelliJ IDE, but the user interfaces of other JetBrains IDEs may differ.
GitHub Copilot の設定を GitHub.com で構成する
アクティブな GitHub Copilot 試用版またはサブスクリプションがある場合、GitHub Copilot 設定で GitHub 上の個人用アカウントの GitHub Copilot 設定を調整できます。 この設定は、GitHub Copilot を使うすべての場所に適用されます。 GitHub Copilot が提示する候補と、GitHub がテレメトリ データを使う方法を構成できます。
重複検出の有効化または無効化
注: あなたが GitHub Enterprise Cloud 上の Organization のメンバーで、Organization を通じて GitHub Copilot シートが割り当てられている場合、個人アカウント設定で重複検出を構成することはできません。 重複検出設定は、Organization または Enterprise から継承されます。
GitHub Copilot には、GitHub のパブリック コードと一致するコード候補を検出するフィルターが含まれています。 フィルターを有効または無効にすることを選択できます。 フィルターが有効になっていると、GitHub Copilot によって、周囲の約 150 文字のコードに関するコード候補が、GitHub でのパブリック コードに対してチェックされます。 一致または近い一致がある場合、候補は表示されません。
-
任意のページで、右上隅にあるプロファイルの画像をクリックし、次に[設定]をクリックします。
1. 左サイドバーで、 GitHub Copilot をクリックします。 -
Suggestions matching public code でドロップダウン メニューを選択し、 Allow をクリックして公開コードに一致する候補を許可するか、 Block をクリックして公開コードに一致する候補をブロックします。
1. 新しい設定を確認するには、 [保存] をクリックします。
テレメトリの有効化または無効化
注: Copilot for Business には、テレメトリまたはコード スニペット データは保持されません。
ユーザー設定を調整することで、GitHub によってコード スニペットを収集して保持し、さらに処理して Microsoft や OpenAI と共有するかどうかを選択できます。 テレメトリの設定によって GitHub Copilot が収集するデータの詳細については、「追加の製品および機能に適用される GitHub 条件」と GitHub Copilot のプライバシーに関する FAQ を参照してください。
-
任意のページで、右上隅にあるプロファイルの画像をクリックし、次に[設定]をクリックします。
1. 左サイドバーで、 GitHub Copilot をクリックします。 -
GitHub でテレメトリデータの使用を許可または禁止するには、 [GitHub で製品向上のためにコード スニペットを使用することを許可する] をオンまたはオフにします。
1. 新しい設定を確認するには、 [保存] をクリックします。
参考資料
Prerequisites
To configure GitHub Copilot in a JetBrains IDE, you must install the GitHub Copilot plugin. For more information, see "Getting started with GitHub Copilot."
Keyboard shortcuts for GitHub Copilot
You can use the default keyboard shortcuts for inline suggestions in your JetBrains IDE when using GitHub Copilot. Alternatively, you can rebind the shortcuts to your preferred keyboard shortcuts for each specific command. For more information on rebinding keyboard shortcuts in your JetBrains IDE, see the JetBrains documentation. For example, you can view the IntelliJ IDEA documentation.
Keyboard shortcuts for macOS
Action | Shortcut |
---|---|
Accept an inline suggestion | Tab |
Dismiss an inline suggestion | Esc |
Show next inline suggestion | Option (⌥) or Alt+] |
Show previous inline suggestion | Option (⌥) or Alt+[ |
Trigger inline suggestion | Option (⌥)+\ |
Open GitHub Copilot (additional suggestions in separate pane) | Option (⌥) or Alt+Return |
Keyboard shortcuts for Windows
Action | Shortcut |
---|---|
Accept an inline suggestion | Tab |
Dismiss an inline suggestion | Esc |
Show next inline suggestion | Alt+] |
Show previous inline suggestion | Alt+[ |
Trigger inline suggestion | Alt+\ |
Open GitHub Copilot (additional suggestions in separate pane) | Alt+Enter |
Keyboard shortcuts for Linux
Action | Shortcut |
---|---|
Accept an inline suggestion | Tab |
Dismiss an inline suggestion | Esc |
Show next inline suggestion | Alt+] |
Show previous inline suggestion | Alt+[ |
Trigger inline suggestion | Alt+\ |
Open GitHub Copilot (additional suggestions in separate pane) | Alt+Enter |
Enabling or disabling GitHub Copilot
You can enable or disable GitHub Copilot from within your JetBrains IDE. The GitHub Copilot status icon in the bottom panel of the JetBrains window indicates whether GitHub Copilot is enabled or disabled. When enabled, the icon is highlighted. When disabled, the icon is grayed out.
-
To enable or disable GitHub Copilot, click the status icon in the bottom panel on the right of the JetBrains window.
-
If you are disabling GitHub Copilot, you will be asked whether you want to disable it globally, or for the language of the file you are currently editing. To disable globally, click Disable Completions. Alternatively, click the language-specific button to disable GitHub Copilot for the specified language.
Configuring advanced settings for GitHub Copilot
You can manage advanced settings for GitHub Copilot in your JetBrains IDE, such as how your IDE displays code completions, and which languages you want to enable or disable for GitHub Copilot.
- In your JetBrains IDE, click the File menu, then click Settings.
- Under Languages & Frameworks, click GitHub Copilot.
- Edit the settings according to your personal preferences.
- To adjust the behavior and appearance of code suggestions, and whether to automatically check for updates, select or deselect the corresponding checkboxes.
- If you have selected to receive automatic updates, you can choose whether to receive stable, but less frequent updates, or nightly updates, which may be less stable. Click the Update channel dropdown and select Stable for stable updates, or Nightly for nightly updates.
- Under "Disabled languages," use the checkboxes to select or deselect the languages you want to disable GitHub Copilot for.
Configuring proxy settings for GitHub Copilot
You can configure GitHub Copilot to connect through an HTTP proxy server in a JetBrains IDE. GitHub Copilot supports basic HTTP proxy setups, with or without basic authentication.
- In your JetBrains IDE, click the File menu, then click Settings.
- Under Appearance & Behavior, click System Settings and then click HTTP Proxy.
- Select Manual proxy configuration, and then select HTTP.
- In the "Host name" field, enter the hostname of your proxy server, and in the "Port number" field, enter the port number of your proxy server.
- Optionally, in the left sidebar, click Tools and then click Server Certificates. Then select or deselect Accept non-trusted certificates automatically, depending on whether you want to accept non-trusted certificates automatically.
GitHub Copilot の設定を GitHub.com で構成する
アクティブな GitHub Copilot 試用版またはサブスクリプションがある場合、GitHub Copilot 設定で GitHub 上の個人用アカウントの GitHub Copilot 設定を調整できます。 この設定は、GitHub Copilot を使うすべての場所に適用されます。 GitHub Copilot が提示する候補と、GitHub がテレメトリ データを使う方法を構成できます。
重複検出の有効化または無効化
注: あなたが GitHub Enterprise Cloud 上の Organization のメンバーで、Organization を通じて GitHub Copilot シートが割り当てられている場合、個人アカウント設定で重複検出を構成することはできません。 重複検出設定は、Organization または Enterprise から継承されます。
GitHub Copilot には、GitHub のパブリック コードと一致するコード候補を検出するフィルターが含まれています。 フィルターを有効または無効にすることを選択できます。 フィルターが有効になっていると、GitHub Copilot によって、周囲の約 150 文字のコードに関するコード候補が、GitHub でのパブリック コードに対してチェックされます。 一致または近い一致がある場合、候補は表示されません。
-
任意のページで、右上隅にあるプロファイルの画像をクリックし、次に[設定]をクリックします。
1. 左サイドバーで、 GitHub Copilot をクリックします。 -
Suggestions matching public code でドロップダウン メニューを選択し、 Allow をクリックして公開コードに一致する候補を許可するか、 Block をクリックして公開コードに一致する候補をブロックします。
1. 新しい設定を確認するには、 [保存] をクリックします。
テレメトリの有効化または無効化
注: Copilot for Business には、テレメトリまたはコード スニペット データは保持されません。
ユーザー設定を調整することで、GitHub によってコード スニペットを収集して保持し、さらに処理して Microsoft や OpenAI と共有するかどうかを選択できます。 テレメトリの設定によって GitHub Copilot が収集するデータの詳細については、「追加の製品および機能に適用される GitHub 条件」と GitHub Copilot のプライバシーに関する FAQ を参照してください。
-
任意のページで、右上隅にあるプロファイルの画像をクリックし、次に[設定]をクリックします。
1. 左サイドバーで、 GitHub Copilot をクリックします。 -
GitHub でテレメトリデータの使用を許可または禁止するには、 [GitHub で製品向上のためにコード スニペットを使用することを許可する] をオンまたはオフにします。
1. 新しい設定を確認するには、 [保存] をクリックします。
参考資料
About GitHub Copilot in Visual Studio
If you use Visual Studio, GitHub Copilot can autocomplete code as you type. After installation, you can enable or disable GitHub Copilot, and you can configure advanced settings within Visual Studio or on GitHub.com.
Prerequisites
To configure GitHub Copilot in Visual Studio, you must install the GitHub Copilot plugin. For more information, see "Getting started with GitHub Copilot."
Keyboard shortcuts for GitHub Copilot
You can use the default keyboard shortcuts in Visual Studio when using GitHub Copilot. Alternatively, you can rebind the shortcuts in the Tools settings for Visual Studio using your preferred keyboard shortcuts for each specific command. You can search for each keyboard shortcut by its command name in the Keyboard Shortcuts editor.
Action | Shortcut | Command name |
---|---|---|
Show next inline suggestion | Alt+. | Tools.Nextsuggestion |
Show previous inline suggestion | Alt+, | Tools.Previoussuggestion |
Trigger inline suggestion | Ctrl+Alt+\ | Edit.Copilot.TriggerInlineSuggestion |
Rebinding keyboard shortcuts
If you don't want to use the default keyboard shortcuts in Visual Studio when using GitHub Copilot, you can rebind the shortcuts in the Keyboard editor using your preferred keyboard shortcuts for each specific command.
-
In the Visual Studio toolbar, under Tools, click Options.
-
In the "Options" dialog, under Environment, click Keyboard.
-
Under "Show commands containing:", search for the command you want to rebind.
-
Under "Press shortcut keys," type the shortcut you want to assign to the command, then click Assign.
GitHub Copilot の有効化または無効化
Visual Studio ウィンドウの下部パネルにある GitHub Copilot 状態アイコンは、GitHub Copilot が有効であるか無効であるかを示します。 有効にすると、アイコンの背景色はステータス バーの色と一致します。 無効にすると、異なるものになります。
-
GitHub Copilot を有効または無効にするには、Visual Studio ウィンドウの下部パネルにある GitHub Copilot アイコンをクリックします。
-
GitHub Copilot を無効にする場合は、候補をグローバルに無効にするか、現在編集中のファイルの言語に対して無効にするかを確認するメッセージが表示されます。
- GitHub Copilot からの候補をグローバルに無効にするには、 [グローバルに有効にする] をクリックします。
- 指定された言語に対して GitHub Copilot からの候補を無効にするには、 [言語に対して有効にする] をクリックします。
Configuring ReSharper for GitHub Copilot
If you use ReSharper, GitHub Copilot may work best when you configure ReSharper to use GitHub Copilot's native IntelliSense. For more information about ReSharper, see the ReSharper documentation
- In the Visual Studio toolbar, under Tools, click Options.
- In the "Options" dialog, under Environment, click IntelliSense and then click General.
- Under "General" select Visual Studio and then click Save.
GitHub Copilot の設定を GitHub.com で構成する
アクティブな GitHub Copilot 試用版またはサブスクリプションがある場合、GitHub Copilot 設定で GitHub 上の個人用アカウントの GitHub Copilot 設定を調整できます。 この設定は、GitHub Copilot を使うすべての場所に適用されます。 GitHub Copilot が提示する候補と、GitHub がテレメトリ データを使う方法を構成できます。
重複検出の有効化または無効化
注: あなたが GitHub Enterprise Cloud 上の Organization のメンバーで、Organization を通じて GitHub Copilot シートが割り当てられている場合、個人アカウント設定で重複検出を構成することはできません。 重複検出設定は、Organization または Enterprise から継承されます。
GitHub Copilot には、GitHub のパブリック コードと一致するコード候補を検出するフィルターが含まれています。 フィルターを有効または無効にすることを選択できます。 フィルターが有効になっていると、GitHub Copilot によって、周囲の約 150 文字のコードに関するコード候補が、GitHub でのパブリック コードに対してチェックされます。 一致または近い一致がある場合、候補は表示されません。
-
任意のページで、右上隅にあるプロファイルの画像をクリックし、次に[設定]をクリックします。
1. 左サイドバーで、 GitHub Copilot をクリックします。 -
Suggestions matching public code でドロップダウン メニューを選択し、 Allow をクリックして公開コードに一致する候補を許可するか、 Block をクリックして公開コードに一致する候補をブロックします。
1. 新しい設定を確認するには、 [保存] をクリックします。
テレメトリの有効化または無効化
注: Copilot for Business には、テレメトリまたはコード スニペット データは保持されません。
ユーザー設定を調整することで、GitHub によってコード スニペットを収集して保持し、さらに処理して Microsoft や OpenAI と共有するかどうかを選択できます。 テレメトリの設定によって GitHub Copilot が収集するデータの詳細については、「追加の製品および機能に適用される GitHub 条件」と GitHub Copilot のプライバシーに関する FAQ を参照してください。
-
任意のページで、右上隅にあるプロファイルの画像をクリックし、次に[設定]をクリックします。
1. 左サイドバーで、 GitHub Copilot をクリックします。 -
GitHub でテレメトリデータの使用を許可または禁止するには、 [GitHub で製品向上のためにコード スニペットを使用することを許可する] をオンまたはオフにします。
1. 新しい設定を確認するには、 [保存] をクリックします。
参考資料
About GitHub Copilot in Visual Studio Code
If you use Visual Studio Code, GitHub Copilot can autocomplete code as you type. After installation, you can enable or disable GitHub Copilot, and you can configure advanced settings within Visual Studio Code or on GitHub.com.
Prerequisites
To configure GitHub Copilot in Visual Studio Code, you must install the GitHub Copilot plugin. For more information, see "Getting started with GitHub Copilot."
Keyboard shortcuts for GitHub Copilot
You can use the default keyboard shortcuts in Visual Studio Code when using GitHub Copilot. Alternatively, you can rebind the shortcuts in the Keyboard Shortcuts editor using your preferred keyboard shortcuts for each specific command. You can search for each keyboard shortcut by command name in the Keyboard Shortcuts editor.
Keyboard shortcuts for macOS
Action | Shortcut | Command name |
---|---|---|
Accept an inline suggestion | Tab | editor.action.inlineSuggest.commit |
Dismiss an inline suggestion | Esc | editor.action.inlineSuggest.hide |
Show next inline suggestion | Option (⌥)+] | editor.action.inlineSuggest.showNext |
Show previous inline suggestion | Option (⌥)+[ | editor.action.inlineSuggest.showPrevious |
Trigger inline suggestion | Option (⌥)+\ | editor.action.inlineSuggest.trigger |
Open GitHub Copilot (additional suggestions in separate pane) | Ctrl+Return | github.copilot.generate |
Toggle GitHub Copilot on/off | No default shortcut | github.copilot.toggleCopilot |
Keyboard shortcuts for Windows
Action | Shortcut | Command name |
---|---|---|
Accept an inline suggestion | Tab | editor.action.inlineSuggest.commit |
Dismiss an inline suggestion | Esc | editor.action.inlineSuggest.hide |
Show next inline suggestion | Alt+] | editor.action.inlineSuggest.showNext |
Show previous inline suggestion | Alt+[ | editor.action.inlineSuggest.showPrevious |
Trigger inline suggestion | Alt+\ | editor.action.inlineSuggest.trigger |
Open GitHub Copilot (additional suggestions in separate pane) | Ctrl+Enter | github.copilot.generate |
Toggle GitHub Copilot on/off | No default shortcut | github.copilot.toggleCopilot |
Keyboard shortcuts for Linux
Action | Shortcut | Command name |
---|---|---|
Accept an inline suggestion | Tab | editor.action.inlineSuggest.commit |
Dismiss an inline suggestion | Esc | editor.action.inlineSuggest.hide |
Show next inline suggestion | Alt+] | editor.action.inlineSuggest.showNext |
Show previous inline suggestion | Alt+[ | editor.action.inlineSuggest.showPrevious |
Trigger inline suggestion | Alt+\ | editor.action.inlineSuggest.trigger |
Open GitHub Copilot (additional suggestions in separate pane) | Ctrl+Enter | github.copilot.generate |
Toggle GitHub Copilot on/off | No default shortcut | github.copilot.toggleCopilot |
Rebinding keyboard shortcuts
If you don't want to use the default keyboard shortcuts in Visual Studio Code when using GitHub Copilot, you can rebind the shortcuts in the Keyboard Shortcuts editor using your preferred keyboard shortcuts for each specific command.
Rebinding keyboard shortcuts for macOS
-
Click Code, click Preferences, then click Keyboard Shortcuts.
-
In the "Keyboard Shortcuts" editor, search for the command name of the keyboard shortcut you want to change.
-
Next to the command you want to change, click the pencil icon.
-
Type the keystrokes you want to use for the command, then press Enter/Return.
Rebinding keyboard shortcuts for Windows
-
Click the File menu, click Preferences, then click Keyboard Shortcuts.
-
In the "Keyboard Shortcuts" editor, search for the command name of the keyboard shortcut you want to change.
-
Next to the command you want to change, click the pencil icon.
-
Type the keystrokes you want to use for the command, then press Enter/Return.
Rebinding keyboard shortcuts for Linux
-
Click the File menu, click Preferences, then click Keyboard Shortcuts.
-
In the "Keyboard Shortcuts" editor, search for the command name of the keyboard shortcut you want to change.
-
Next to the command you want to change, click the pencil icon.
-
Type the keystrokes you want to use for the command, then press Enter/Return.
GitHub Copilot の有効化または無効化
Visual Studio Code 内から GitHub Copilot を有効または無効にすることができます。 Visual Studio Code ウィンドウの下部パネルにある GitHub Copilot 状態アイコンは、GitHub Copilot が有効であるか無効であるかを示します。 有効にすると、アイコンの背景色はステータス バーの色と一致します。 無効にすると、アイコンの背景色はステータス バーの色と異なります。
-
GitHub Copilot を有効または無効にするには、Visual Studio Code ウィンドウの下部パネルにある状態アイコンをクリックします。
-
GitHub Copilot を無効にする場合は、候補をグローバルに無効にするか、現在編集中のファイルの言語に対して無効にするかを確認するメッセージが表示されます。
- GitHub Copilot からの候補をグローバルに無効にするには、 [グローバルに無効にする] をクリックします。
- 指定された言語に対して GitHub Copilot からの候補を無効にするには、 [言語に対して無効にする] をクリックします。
Enabling or disabling inline suggestions
You can choose to enable or disable inline suggestions for GitHub Copilot in Visual Studio Code.
- [File](ファイル) メニューで [Preferences](基本設定) に移動し、 [Settings](設定) をクリックします。
- In the left-side panel of the settings tab, click Extensions and then select Copilot.
- Under "Inline Suggest:Enable," select or deselect the checkbox to enable or disable inline suggestions.
Enabling or disabling GitHub Copilot for specific languages
You can specify which languages you want to enable or disable GitHub Copilot for.
-
From the Visual Studio Code, click the Extensions tab, then navigate to the Copilot section. For more information, see "Enabling and disabling inline suggestions."
-
Under "Enable or disable Copilot for specified languages," click Edit in settings.json.
-
In the settings.json file, add or remove the languages you want to enable or disable GitHub Copilot for. For example, to enable Python in GitHub Copilot, add
"python": true
to the list, ensuring there is a trailing comma after all but the last list item.{ "editor.inlineSuggest.enabled": true, "github.copilot.enable": { "*": true, "yaml": false, "plaintext": false, "markdown": true, "javascript": true, "python": true } }
Configuring proxy settings for GitHub Copilot
You can configure GitHub Copilot to connect through an HTTP proxy server in Visual Studio Code. GitHub Copilot supports basic HTTP proxy setups, with or without basic authentication.
- [File](ファイル) メニューで [Preferences](基本設定) に移動し、 [Settings](設定) をクリックします。
- In the left-side panel of the settings tab, click Application and then select Proxy.
- In the textbox under "Proxy", type the address of your proxy server, for example
http://localhost:3128
. Alternatively, GitHub Copilot will use thehttp_proxy
andhttps_proxy
variables from your environment. - Optionally, under "Proxy Authorization", click Edit in settings.json and add your required value to send as the
Proxy-Authorization
header for every network request. - Optionally, under "Proxy Strict SSL", select or deselect the checkbox to enable or disable strict SSL.
GitHub Copilot の設定を GitHub.com で構成する
アクティブな GitHub Copilot 試用版またはサブスクリプションがある場合、GitHub Copilot 設定で GitHub 上の個人用アカウントの GitHub Copilot 設定を調整できます。 この設定は、GitHub Copilot を使うすべての場所に適用されます。 GitHub Copilot が提示する候補と、GitHub がテレメトリ データを使う方法を構成できます。
重複検出の有効化または無効化
注: あなたが GitHub Enterprise Cloud 上の Organization のメンバーで、Organization を通じて GitHub Copilot シートが割り当てられている場合、個人アカウント設定で重複検出を構成することはできません。 重複検出設定は、Organization または Enterprise から継承されます。
GitHub Copilot には、GitHub のパブリック コードと一致するコード候補を検出するフィルターが含まれています。 フィルターを有効または無効にすることを選択できます。 フィルターが有効になっていると、GitHub Copilot によって、周囲の約 150 文字のコードに関するコード候補が、GitHub でのパブリック コードに対してチェックされます。 一致または近い一致がある場合、候補は表示されません。
-
任意のページで、右上隅にあるプロファイルの画像をクリックし、次に[設定]をクリックします。
1. 左サイドバーで、 GitHub Copilot をクリックします。 -
Suggestions matching public code でドロップダウン メニューを選択し、 Allow をクリックして公開コードに一致する候補を許可するか、 Block をクリックして公開コードに一致する候補をブロックします。
1. 新しい設定を確認するには、 [保存] をクリックします。
テレメトリの有効化または無効化
注: Copilot for Business には、テレメトリまたはコード スニペット データは保持されません。
ユーザー設定を調整することで、GitHub によってコード スニペットを収集して保持し、さらに処理して Microsoft や OpenAI と共有するかどうかを選択できます。 テレメトリの設定によって GitHub Copilot が収集するデータの詳細については、「追加の製品および機能に適用される GitHub 条件」と GitHub Copilot のプライバシーに関する FAQ を参照してください。
-
任意のページで、右上隅にあるプロファイルの画像をクリックし、次に[設定]をクリックします。
1. 左サイドバーで、 GitHub Copilot をクリックします。 -
GitHub でテレメトリデータの使用を許可または禁止するには、 [GitHub で製品向上のためにコード スニペットを使用することを許可する] をオンまたはオフにします。
1. 新しい設定を確認するには、 [保存] をクリックします。
参考資料
Configuring GitHub Copilot in Neovim
For guidance on configuring GitHub Copilot in Neovim, invoke the GitHub Copilot documentation in Neovim by running the following command:
:help copilot
GitHub Copilot の設定を GitHub.com で構成する
アクティブな GitHub Copilot 試用版またはサブスクリプションがある場合、GitHub Copilot 設定で GitHub 上の個人用アカウントの GitHub Copilot 設定を調整できます。 この設定は、GitHub Copilot を使うすべての場所に適用されます。 GitHub Copilot が提示する候補と、GitHub がテレメトリ データを使う方法を構成できます。
重複検出の有効化または無効化
注: あなたが GitHub Enterprise Cloud 上の Organization のメンバーで、Organization を通じて GitHub Copilot シートが割り当てられている場合、個人アカウント設定で重複検出を構成することはできません。 重複検出設定は、Organization または Enterprise から継承されます。
GitHub Copilot には、GitHub のパブリック コードと一致するコード候補を検出するフィルターが含まれています。 フィルターを有効または無効にすることを選択できます。 フィルターが有効になっていると、GitHub Copilot によって、周囲の約 150 文字のコードに関するコード候補が、GitHub でのパブリック コードに対してチェックされます。 一致または近い一致がある場合、候補は表示されません。
-
任意のページで、右上隅にあるプロファイルの画像をクリックし、次に[設定]をクリックします。
1. 左サイドバーで、 GitHub Copilot をクリックします。 -
Suggestions matching public code でドロップダウン メニューを選択し、 Allow をクリックして公開コードに一致する候補を許可するか、 Block をクリックして公開コードに一致する候補をブロックします。
1. 新しい設定を確認するには、 [保存] をクリックします。
テレメトリの有効化または無効化
注: Copilot for Business には、テレメトリまたはコード スニペット データは保持されません。
ユーザー設定を調整することで、GitHub によってコード スニペットを収集して保持し、さらに処理して Microsoft や OpenAI と共有するかどうかを選択できます。 テレメトリの設定によって GitHub Copilot が収集するデータの詳細については、「追加の製品および機能に適用される GitHub 条件」と GitHub Copilot のプライバシーに関する FAQ を参照してください。
-
任意のページで、右上隅にあるプロファイルの画像をクリックし、次に[設定]をクリックします。
1. 左サイドバーで、 GitHub Copilot をクリックします。 -
GitHub でテレメトリデータの使用を許可または禁止するには、 [GitHub で製品向上のためにコード スニペットを使用することを許可する] をオンまたはオフにします。
1. 新しい設定を確認するには、 [保存] をクリックします。