We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41df26 commit 4c2bbdaCopy full SHA for 4c2bbda
packages/core/src/codewhisperer/util/supplementalContext/crossFileContextUtil.ts
@@ -71,7 +71,7 @@ export async function fetchSupplementalContextForSrc(
71
return undefined
72
}
73
74
- // fallback to opentabs if projectContext timeout for 'default' | 'bm25'
+ // fallback to opentabs if projectContext timeout
75
const opentabsContextPromise = waitUntil(
76
async function () {
77
return await fetchOpentabsContext(editor, cancellationToken)
0 commit comments