Skip to content

Commit 4ecf450

Browse files
committed
docs: add copilot howto
1 parent cec35aa commit 4ecf450

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

docs/ext-github-copilot.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!-- order: 16 -->
2+
3+
# Extension: GitHub Copilot
4+
5+
Unlike Visual Studio Code, in VSCodium, Copilot features are disabled and not configured.
6+
7+
## Update your settings
8+
9+
In your settings, sets:
10+
```
11+
"chat.disableAIFeatures": false,
12+
```
13+
14+
## Configure product.json
15+
16+
You need to create a custom `product.json` at the following location (replace `VSCodium` by `VSCodium - Insiders` if you use that):
17+
- Windows: `%APPDATA%\VSCodium` or `%USERPROFILE%\AppData\Roaming\VSCodium`
18+
- macOS: `~/Library/Application Support/VSCodium`
19+
- Linux: `$XDG_CONFIG_HOME/VSCodium` or `~/.config/VSCodium`
20+
21+
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.
22+
You will need to add the properties: `trustedExtensionAuthAccess` and `defaultChatAgent`.

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- [Proprietary Extensions](https://github.com/VSCodium/vscodium/blob/master/docs/extensions.md#proprietary-extensions)
2626
- [Using the "VSIX Manager" Extension](https://github.com/VSCodium/vscodium/blob/master/docs/extensions.md#vsix-manager)
2727
- [Extensions compatibility](https://github.com/VSCodium/vscodium/blob/master/docs/extensions-compatibility.md)
28+
- [Ext: GitHub Copilot](https://github.com/VSCodium/vscodium/blob/master/docs/ext-github-copilot.md)
2829
- [Migration](https://github.com/VSCodium/vscodium/blob/master/docs/migration.md)
2930
- [Manual Migration from Visual Studio Code to VSCodium](https://github.com/VSCodium/vscodium/blob/master/docs/migration.md#manual-migration)
3031
- [Semi-Automatic Migration with "Sync Settings" Extension](https://github.com/VSCodium/vscodium/blob/master/docs/migration.md#semi-automatic-migration)

0 commit comments

Comments
 (0)