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 5ef59ca commit 557a823Copy full SHA for 557a823
packages/core/src/codewhisperer/util/zipUtil.ts
@@ -178,6 +178,8 @@ export class ZipUtil {
178
179
// Recursive function to process directories
180
const processDirectory = async (dirPath: string) => {
181
+ // eslint-disable-next-line aws-toolkits/no-console-log
182
+ console.log('processDirectory', dirPath)
183
const entries = await vscode.workspace.fs.readDirectory(vscode.Uri.file(dirPath))
184
addEmptyDirectory(dirPath)
185
0 commit comments