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 bb72ead commit f49b911Copy full SHA for f49b911
packages/core/src/codewhisperer/commands/basicCommands.ts
@@ -372,6 +372,8 @@ export const openSecurityIssuePanel = Commands.declare(
372
const targetFilePath: string = issue instanceof IssueItem ? issue.filePath : filePath
373
await showSecurityIssueWebview(context.extensionContext, targetIssue, targetFilePath)
374
console.log('in show securityIssueWebview')
375
+ console.log('targetIssue', targetIssue)
376
+ console.log('file Path', filePath)
377
378
telemetry.codewhisperer_codeScanIssueViewDetails.emit({
379
findingId: targetIssue.findingId,
0 commit comments