Skip to content

Commit f49b911

Browse files
committed
add file path logs
1 parent bb72ead commit f49b911

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/src/codewhisperer/commands/basicCommands.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,8 @@ export const openSecurityIssuePanel = Commands.declare(
372372
const targetFilePath: string = issue instanceof IssueItem ? issue.filePath : filePath
373373
await showSecurityIssueWebview(context.extensionContext, targetIssue, targetFilePath)
374374
console.log('in show securityIssueWebview')
375+
console.log('targetIssue', targetIssue)
376+
console.log('file Path', filePath)
375377

376378
telemetry.codewhisperer_codeScanIssueViewDetails.emit({
377379
findingId: targetIssue.findingId,

0 commit comments

Comments
 (0)