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 44e1a86 commit 8238de0Copy full SHA for 8238de0
packages/core/src/codewhisperer/util/supplementalContext/crossFileContextUtil.ts
@@ -90,7 +90,7 @@ export async function fetchSupplementalContextForSrc(
90
export async function fetchProjectContext(
91
editor: vscode.TextEditor,
92
target: 'default' | 'codemap' | 'bm25'
93
-): Promise<CodeWhispererSupplementalContextItem[] | undefined> {
+): Promise<CodeWhispererSupplementalContextItem[]> {
94
const inputChunkContent = getInputChunk(editor)
95
96
const inlineProjectContext: { content: string; score: number; filePath: string }[] =
0 commit comments