Skip to content

Commit 666c048

Browse files
authored
Update troubleshooting.mdx
Add troubleshooting note to Cody troubleshooting about adding forked repos as context
1 parent 749a9f2 commit 666c048

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/cody/troubleshooting.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@ $filteredResults = preg_grep('*\.' . basename($inputPath) . '\.*', $fileList);
224224
```
225225
````
226226

227+
## Forked Repos As Context
228+
229+
If you would like to add a forked repository as Cody context, you may need to add `"search.includeForks": true` to the [global settings](/admin/config/settings#editing-global-settings-for-site-admins) for your instance.
230+
227231
## Eclipse extension
228232

229233
### See a white screen the first time you open Cody chat

0 commit comments

Comments
 (0)