Skip to content

Commit 4c2bbda

Browse files
committed
patch
1 parent a41df26 commit 4c2bbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/util/supplementalContext/crossFileContextUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export async function fetchSupplementalContextForSrc(
7171
return undefined
7272
}
7373

74-
// fallback to opentabs if projectContext timeout for 'default' | 'bm25'
74+
// fallback to opentabs if projectContext timeout
7575
const opentabsContextPromise = waitUntil(
7676
async function () {
7777
return await fetchOpentabsContext(editor, cancellationToken)

0 commit comments

Comments
 (0)