Skip to content

Commit

Permalink
🐛 Rewording notfication for better user experience (#304)
Browse files Browse the repository at this point in the history
Update the message displayed when analysis is complete and no incident are found.
  • Loading branch information
hhpatel14 authored Feb 4, 2025
1 parent 933c7ae commit f5e837a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/src/client/analyzerClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ export class AnalyzerClient {
return;
}
if (ruleSets.length === 0) {
vscode.window.showInformationMessage("Analysis completed, but no RuleSets were found.");
vscode.window.showInformationMessage("Analysis completed. No incidents were found.");
this.fireAnalysisStateChange(false);
return;
}
Expand Down

0 comments on commit f5e837a

Please sign in to comment.