Skip to content

Commit

Permalink
Rewording notfication for better user experience
Browse files Browse the repository at this point in the history
  • Loading branch information
hhpatel14 committed Feb 4, 2025
1 parent 6f6d870 commit f2dd406
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 @@ -479,7 +479,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 f2dd406

Please sign in to comment.