Skip to content

Ext GitHub Copilot

sabbir-mahmud edited this page Jul 21, 2026 · 1 revision

Extension: GitHub Copilot

Unlike Visual Studio Code, in Black IDE, Copilot features are disabled and not configured.

Update your settings

In your settings, sets:

"chat.disableAIFeatures": false,

Configure product.json

You need to create a custom product.json at the following location (replace Black IDE by Black IDE - Insiders if you use that):

  • Windows: %APPDATA%\Black IDE or %USERPROFILE%\AppData\Roaming\Black IDE
  • macOS: ~/Library/Application Support/Black IDE
  • Linux: $XDG_CONFIG_HOME/Black IDE or ~/.config/Black IDE

Then you will need to follow the guide Running with Code OSS with the product.json file created previously. You will need to add the properties: trustedExtensionAuthAccess and defaultChatAgent.

Clone this wiki locally