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 dd32e09 + e5425e6 commit 40386bdCopy full SHA for 40386bd
packages/core/src/codewhisperer/service/testGenHandler.ts
@@ -231,7 +231,6 @@ export async function exportResultsArchive(
231
const zip = new AdmZip(pathToArchive)
232
zip.extractAllTo(pathToArchiveDir, true)
233
234
- const session = ChatSessionManager.Instance.getSession()
235
const testFilePathFromResponse = session?.shortAnswer?.testFilePath
236
const testFilePath = testFilePathFromResponse
237
? testFilePathFromResponse.split('/').slice(1).join('/') // remove the project name
0 commit comments