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 294347a commit 62bdc07Copy full SHA for 62bdc07
packages/core/src/codewhisperer/util/supplementalContext/crossFileContextUtil.ts
@@ -73,7 +73,6 @@ export async function fetchSupplementalContextForSrc(
73
return undefined
74
}
75
76
- // fallback to opentabs if projectContext timeout for 'default' | 'bm25'
77
const opentabsContextPromise = waitUntil(
78
async function () {
79
return await fetchOpentabsContext(editor, cancellationToken)
0 commit comments