File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 55 "type" : " string" ,
66 "description" : " Name of an action that was taken, displayed, etc. See also `userChoice`."
77 },
8+ {
9+ "name" : " acceptedFixType" ,
10+ "type" : " string" ,
11+ "description" : " Captures the type of fix that was accepted" ,
12+ "allowedValues" : [
13+ " acceptDiff" ,
14+ " insertAtCursor" ,
15+ " copyDiff"
16+ ]
17+ },
818 {
919 "name" : " amazonqCodeGenerationResult" ,
1020 "type" : " string" ,
43984408 }
43994409 ]
44004410 },
4411+ {
4412+ "name" : " codewhisperer_codeScanIssueGenerateFixDiffUse" ,
4413+ "description" : " User chose to utilise the diff of a code scan issue fix" ,
4414+ "metadata" : [
4415+ {
4416+ "type" : " component"
4417+ },
4418+ {
4419+ "type" : " credentialStartUrl" ,
4420+ "required" : false
4421+ },
4422+ {
4423+ "type" : " detectorId"
4424+ },
4425+ {
4426+ "type" : " ruleId" ,
4427+ "required" : false
4428+ },
4429+ {
4430+ "type" : " variant" ,
4431+ "required" : false
4432+ },
4433+ {
4434+ "type" : " acceptedFixType" ,
4435+ "required" : false
4436+ }
4437+ ]
4438+ },
44014439 {
44024440 "name" : " codewhisperer_codeScanIssueHover" ,
44034441 "description" : " Called when a code scan issue is hovered over" ,
You can’t perform that action at this time.
0 commit comments