Skip to content

Commit 8238de0

Browse files
committed
patch
1 parent 44e1a86 commit 8238de0

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
@@ -90,7 +90,7 @@ export async function fetchSupplementalContextForSrc(
9090
export async function fetchProjectContext(
9191
editor: vscode.TextEditor,
9292
target: 'default' | 'codemap' | 'bm25'
93-
): Promise<CodeWhispererSupplementalContextItem[] | undefined> {
93+
): Promise<CodeWhispererSupplementalContextItem[]> {
9494
const inputChunkContent = getInputChunk(editor)
9595

9696
const inlineProjectContext: { content: string; score: number; filePath: string }[] =

0 commit comments

Comments
 (0)