-
Notifications
You must be signed in to change notification settings - Fork 61
telemetry: Code Scan Issue Fix diff usage #907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
2c32a7d
ba848b1
1d0eb58
96a9272
226c029
ca3a540
fa15296
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,15 @@ | ||
| { | ||
| "types": [ | ||
| { | ||
| "name": "acceptedFixType", | ||
| "type": "string", | ||
| "description": "Captures the type of fix that was accepted", | ||
| "allowedValues": [ | ||
| "acceptDiff", | ||
| "insertAtCursor", | ||
| "copyDiff" | ||
|
||
| ] | ||
| }, | ||
| { | ||
| "name": "action", | ||
| "type": "string", | ||
|
|
@@ -4398,6 +4408,34 @@ | |
| } | ||
| ] | ||
| }, | ||
| { | ||
| "name": "codewhisperer_codeScanIssueGenerateFixDiffUse", | ||
|
||
| "description": "User chose to utilise the diff of a code scan issue fix", | ||
| "metadata": [ | ||
| { | ||
| "type": "acceptedFixType", | ||
| "required": false | ||
| }, | ||
| { | ||
| "type": "component" | ||
| }, | ||
| { | ||
| "type": "credentialStartUrl", | ||
| "required": false | ||
| }, | ||
| { | ||
| "type": "detectorId" | ||
| }, | ||
| { | ||
| "type": "ruleId", | ||
| "required": false | ||
| }, | ||
| { | ||
| "type": "variant", | ||
|
||
| "required": false | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "name": "codewhisperer_codeScanIssueHover", | ||
| "description": "Called when a code scan issue is hovered over", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.