Skip to content

Commit 2930568

Browse files
authored
Update troubleshooting.mdx (#888)
Add troubleshooting note to Cody troubleshooting about adding forked repos as context <!-- Explain the changes introduced in your PR --> ## Pull Request approval You will need to get your PR approved by at least one member of the Sourcegraph team. For reviews of docs formatting, styles, and component usage, please tag the docs team via the #docs Slack channel.
1 parent 749a9f2 commit 2930568

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)