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.
2 parents 9fba6b2 + caba5dd commit b84e5e8Copy full SHA for b84e5e8
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