diff --git a/docs/ext-github-copilot.md b/docs/ext-github-copilot.md new file mode 100644 index 0000000..05bf3c4 --- /dev/null +++ b/docs/ext-github-copilot.md @@ -0,0 +1,22 @@ + + +# Extension: GitHub Copilot + +Unlike Visual Studio Code, in VSCodium, 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 `VSCodium` by `VSCodium - Insiders` if you use that): +- Windows: `%APPDATA%\VSCodium` or `%USERPROFILE%\AppData\Roaming\VSCodium` +- macOS: `~/Library/Application Support/VSCodium` +- Linux: `$XDG_CONFIG_HOME/VSCodium` or `~/.config/VSCodium` + +Then you will need to follow the guide [Running with Code OSS](https://github.com/microsoft/vscode-copilot-chat/blob/main/CONTRIBUTING.md#running-with-code-oss) with the `product.json` file created previously. +You will need to add the properties: `trustedExtensionAuthAccess` and `defaultChatAgent`. diff --git a/docs/index.md b/docs/index.md index a6bdb61..3043c79 100644 --- a/docs/index.md +++ b/docs/index.md @@ -25,6 +25,7 @@ - [Proprietary Extensions](https://github.com/VSCodium/vscodium/blob/master/docs/extensions.md#proprietary-extensions) - [Using the "VSIX Manager" Extension](https://github.com/VSCodium/vscodium/blob/master/docs/extensions.md#vsix-manager) - [Extensions compatibility](https://github.com/VSCodium/vscodium/blob/master/docs/extensions-compatibility.md) + - [Ext: GitHub Copilot](https://github.com/VSCodium/vscodium/blob/master/docs/ext-github-copilot.md) - [Migration](https://github.com/VSCodium/vscodium/blob/master/docs/migration.md) - [Manual Migration from Visual Studio Code to VSCodium](https://github.com/VSCodium/vscodium/blob/master/docs/migration.md#manual-migration) - [Semi-Automatic Migration with "Sync Settings" Extension](https://github.com/VSCodium/vscodium/blob/master/docs/migration.md#semi-automatic-migration)