You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
0 commit comments