File tree Expand file tree Collapse file tree 1 file changed +6
-30
lines changed Expand file tree Collapse file tree 1 file changed +6
-30
lines changed Original file line number Diff line number Diff line change 55 "type" : " string" ,
66 "description" : " Captures the type of fix that was accepted" ,
77 "allowedValues" : [
8- " acceptDiff " ,
8+ " openDiff " ,
99 " insertAtCursor" ,
10- " copyDiff"
10+ " copyDiff" ,
11+ " quickFix"
1112 ]
1213 },
1314 {
43624363 "name" : " codewhisperer_codeScanIssueApplyFix" ,
43634364 "description" : " Called when a code scan issue suggested fix is applied" ,
43644365 "metadata" : [
4366+ {
4367+ "type" : " codeFixAction"
4368+ },
43654369 {
43664370 "type" : " component"
43674371 },
44084412 }
44094413 ]
44104414 },
4411- {
4412- "name" : " codewhisperer_codeScanIssueGenerateFixDiffUse" ,
4413- "description" : " User chose to utilise the diff of a code scan issue fix" ,
4414- "metadata" : [
4415- {
4416- "type" : " acceptedFixType" ,
4417- "required" : false
4418- },
4419- {
4420- "type" : " component"
4421- },
4422- {
4423- "type" : " credentialStartUrl" ,
4424- "required" : false
4425- },
4426- {
4427- "type" : " detectorId"
4428- },
4429- {
4430- "type" : " ruleId" ,
4431- "required" : false
4432- },
4433- {
4434- "type" : " variant" ,
4435- "required" : false
4436- }
4437- ]
4438- },
44394415 {
44404416 "name" : " codewhisperer_codeScanIssueHover" ,
44414417 "description" : " Called when a code scan issue is hovered over" ,
You can’t perform that action at this time.
0 commit comments