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 42f49a8 commit caba5ddCopy full SHA for caba5dd
packages/core/src/codewhisperer/util/supplementalContext/utgUtils.ts
@@ -129,7 +129,7 @@ async function findSourceFileByContent(
129
130
throwIfCancelled(cancellationToken)
131
132
- testElementList.push(...extractClasses(editor.document.fileName, languageConfig.classExtractionPattern))
+ testElementList.push(...extractClasses(testFileContent, languageConfig.classExtractionPattern))
133
134
135
0 commit comments