Skip to content

Commit

Permalink
Update troubleshooting.mdx (#888)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
morgangauth authored Jan 7, 2025
1 parent 749a9f2 commit 2930568
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/cody/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@ $filteredResults = preg_grep('*\.' . basename($inputPath) . '\.*', $fileList);
```
````

## Forked Repos As Context

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.

## Eclipse extension

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

0 comments on commit 2930568

Please sign in to comment.