Skip to content

Commit

Permalink
FIX (Extension) @W-16733527@ Additional telemetry for apex guru - add…
Browse files Browse the repository at this point in the history
…ress review comments
  • Loading branch information
jag-j committed Sep 27, 2024
1 parent 101a2c2 commit 2c630e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apexguru/apex-guru-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export async function runApexGuruOnFile(selection: vscode.Uri, runInfo: RunInfo)
executedCommand: commandName,
duration: (Date.now() - startTime).toString(),
violationsCount: ruleResult.violations.length.toString(),
violationsWithSuggestedCode: getViolationsWithSuggestions(ruleResult).toString()
violationsWithSuggestedCodeCount: getViolationsWithSuggestions(ruleResult).toString()
});
void vscode.window.showInformationMessage(messages.apexGuru.finishedScan(ruleResult.violations.length));
});
Expand Down

0 comments on commit 2c630e6

Please sign in to comment.