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 ddc9874 commit d07e211Copy full SHA for d07e211
packages/core/src/codewhisperer/util/zipUtil.ts
@@ -218,7 +218,7 @@ export class ZipUtil {
218
filePath?: string,
219
scope?: CodeWhispererConstants.CodeAnalysisScope
220
) {
221
- const gitDiffContent = await getGitDiffContentForProjects(projectPaths, filePath, scope)
+ const gitDiffContent = await getGitDiffContentForProjects(projectPaths, filePath)
222
if (gitDiffContent) {
223
zip.writeString(gitDiffContent, ZipConstants.codeDiffFilePath)
224
}
0 commit comments