Skip to content

Commit

Permalink
Rewording notfication for better user experience
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Dickerson <[email protected]>
Signed-off-by: Hiteshwari Patel <[email protected]>
  • Loading branch information
hhpatel14 and sjd78 authored Feb 4, 2025
1 parent c8912e9 commit 3a92fbc
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 Incidents were found.");
vscode.window.showInformationMessage("Analysis completed. No incidents were found.");
this.fireAnalysisStateChange(false);
return;
}
Expand Down

0 comments on commit 3a92fbc

Please sign in to comment.