From 666c04837060eae40e099f1e5d47818e5a7fb5e3 Mon Sep 17 00:00:00 2001 From: morgangauth <113058716+morgangauth@users.noreply.github.com> Date: Tue, 7 Jan 2025 15:30:26 -0800 Subject: [PATCH] Update troubleshooting.mdx Add troubleshooting note to Cody troubleshooting about adding forked repos as context --- docs/cody/troubleshooting.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/cody/troubleshooting.mdx b/docs/cody/troubleshooting.mdx index 5753f92f..9e542af8 100644 --- a/docs/cody/troubleshooting.mdx +++ b/docs/cody/troubleshooting.mdx @@ -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